aboutsummaryrefslogtreecommitdiffstats
path: root/test/schemas/all_2.xsd
blob: 630b0df3cfd47ea9e9f65fc47dbc8adaec4527a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="doc">
    <xsd:complexType>
      <xsd:all>
        <xsd:element name="a"/>
        <xsd:element minOccurs="0" name="b"/>
      </xsd:all>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>