summaryrefslogtreecommitdiff
path: root/test/schemas/all_1.xsd
blob: bc386f3066b308de257ef3884074e49ee61ed118 (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="0">
        <xsd:element name="a"/>
        <xsd:element name="b"/>
        <xsd:element name="c"/>
      </xsd:all>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>