blob: e0d14a9f185098b3ca97f0bc407ffcf4f6b5b49c [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xsdtesting"
xmlns:x="http://xsdtesting"
elementFormDefault="qualified">
<xsd:group name="G">
<xsd:all>
<xsd:element name="a1"/>
<xsd:element name="a2"/>
</xsd:all>
</xsd:group>
<xsd:element name="doc">
<xsd:complexType>
<xsd:group ref="x:G" minOccurs="0"/>
</xsd:complexType>
</xsd:element>
</xsd:schema>