aboutsummaryrefslogtreecommitdiffstats
path: root/test/schemas/all1_0.xsd
blob: 28fee0eb9b9c01cf71e73c61d7f636987489486a (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="A">
    <xs:all>
      <xs:element name="b" type="xs:string" minOccurs="0"/>
    </xs:all>
  </xs:complexType>

  <xs:element name="a" type="A"/>
</xs:schema>