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>
      6         <xsd:element name="a"/>
      7         <xsd:element minOccurs="0" name="b"/>
      8       </xsd:all>
      9     </xsd:complexType>
     10   </xsd:element>
     11 </xsd:schema>
     12