How to Create an XML Application
41-001160-00, Rev 01 Release 2.0 G-51
Creating an XML Application
Appendix G
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="destroyOnExit" default="no">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="yes|no" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="next" type="xs:string" />
<xs:attribute name="previous" type="xs:string" />
</xs:complexType>
</xs:element>
</xs:schema>