Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="order">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="item" maxOccurs="unbounded" minOccurs="0">
- <xs:complexType>
- <xs:sequence>
- <xs:element type="xs:int" name="id"/>
- <xs:element type="xs:string" name="name"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment