Home | History | Annotate | Download | only in schemas
      1 <?xml version="1.0"?>
      2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      3   <xsd:element name="doc">
      4     <xsd:complexType>
      5       <xsd:all minOccurs="0">
      6         <xsd:element name="a"/>
      7         <xsd:element name="b"/>
      8         <xsd:element name="c"/>
      9       </xsd:all>
     10     </xsd:complexType>
     11   </xsd:element>
     12 </xsd:schema>
     13