5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
10 lines
333 B
XML
10 lines
333 B
XML
<xsd:schema
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://xbean/scomp/element/GlobalEltFixed"
|
|
targetNamespace="http://xbean/scomp/element/GlobalEltFixed"
|
|
>
|
|
|
|
<xsd:element name="GlobalEltFixedInt" type="xsd:int" fixed="1"/>
|
|
<xsd:element name="GlobalEltFixedStr" type="xsd:string" fixed="XBean"/>
|
|
</xsd:schema>
|