5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<xsd:schema
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://xbean/scomp/substGroup/Block"
|
|
targetNamespace="http://xbean/scomp/substGroup/Block"
|
|
xmlns:base="http://xbean/scomp/substGroup/Deep"
|
|
elementFormDefault="qualified"
|
|
>
|
|
|
|
<xsd:import namespace="http://xbean/scomp/substGroup/Deep"
|
|
schemaLocation="Deep.xsd"/>
|
|
|
|
<xsd:complexType name="beachUmbrellaT">
|
|
<xsd:complexContent>
|
|
<xsd:extension base="base:productType">
|
|
<xsd:attribute name="diameter" type="xsd:float"/>
|
|
</xsd:extension>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
|
|
|
|
<xsd:element name="businessShirt" type="base:businessShirtType" substitutionGroup="base:shirt" block="#all"/>
|
|
<xsd:element name="casualBShirt" type="base:businessCasualShirtType"
|
|
substitutionGroup="businessShirt"/>
|
|
|
|
<xsd:element name="umbrella" substitutionGroup="base:product" block="substitution"/>
|
|
<xsd:element name="beachumbrella" type="beachUmbrellaT" substitutionGroup="umbrella"/>
|
|
|
|
|
|
</xsd:schema> |