5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
23 lines
609 B
XML
23 lines
609 B
XML
<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>
|