5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
17 lines
645 B
XML
17 lines
645 B
XML
<xsd:schema
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://xbean/scomp/derivation/AttributeUseProhibited"
|
|
targetNamespace="http://xbean/scomp/derivation/AttributeUseProhibited"
|
|
xmlns:at="http://xbean/scomp/attribute/LocalAttrUse"
|
|
>
|
|
|
|
<xsd:complexType name="AttrUseProhibited">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="at:LocalAttrUseT">
|
|
<xsd:attribute name="attOpt" type="xsd:string" use="prohibited"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
|
|
<xsd:element name="AttrProhibitedElt" type="AttrUseProhibited"/>
|
|
</xsd:schema> |