jan_flanders

Untitled

Nov 12th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3.     <xs:element name="position">
  4.         <xs:complexType>
  5.             <xs:all>
  6.                 <xs:element name="x" />
  7.                 <xs:element name="y" />
  8.                 <xs:element name="z" />
  9.             </xs:all>
  10.         </xs:complexType>
  11.     </xs:element>
  12. </xs:schema>
  13. <!--____________________________________________________________-->
  14.  
  15. <position>
  16.     <z/>
  17.         <x/>
  18.     <y/>
  19. </position>
Advertisement
Add Comment
Please, Sign In to add comment