blob: 757dcfd173f30e7ef73b189d1785d44e53c70496 [file] [log] [blame]
<xs:schema elementFormDefault="qualified"
attributeFormDefault="unqualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xbean/scomp/substGroup/UserReported"
xmlns="http://xbean/scomp/substGroup/UserReported"
>
<xs:complexType name="T"/>
<xs:element name="a" type="T"/>
<xs:element name="b" type="T" substitutionGroup="a"/>
<xs:element name="Root">
<xs:complexType>
<xs:sequence>
<xs:element ref="a" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>