5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
16 lines
498 B
XML
16 lines
498 B
XML
<xsd:schema
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://xbean/scomp/element/GlobalEltDefault"
|
|
targetNamespace="http://xbean/scomp/element/GlobalEltDefault"
|
|
>
|
|
|
|
<xsd:element name="GlobalEltDefaultStr" type="xsd:string" default="EMPTY"/>
|
|
<xsd:element name="GlobalEltDefaultInt" type="xsd:int" default="0"/>
|
|
|
|
<xsd:element name="IDElement">
|
|
<xsd:complexType>
|
|
<xsd:attribute name="ID" type="xsd:ID"/>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
|
|
</xsd:schema> |