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