Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="position">
- <xs:complexType>
- <xs:all>
- <xs:element name="x" />
- <xs:element name="y" />
- <xs:element name="z" />
- </xs:all>
- </xs:complexType>
- </xs:element>
- </xs:schema>
- <!--____________________________________________________________-->
- <position>
- <z/>
- <x/>
- <y/>
- </position>
Advertisement
Add Comment
Please, Sign In to add comment