5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
18 lines
417 B
XML
Executable File
18 lines
417 B
XML
Executable File
<xs:schema
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:tns="http://openuri.org/def"
|
|
targetNamespace="http://openuri.org/def"
|
|
elementFormDefault="qualified">
|
|
|
|
<xs:element name="defaults">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
</xs:sequence>
|
|
<xs:attribute ref="tns:cool"/>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:attribute name="cool" type="xs:int" default="783"/>
|
|
|
|
</xs:schema>
|