5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
8 lines
282 B
XML
Executable File
8 lines
282 B
XML
Executable File
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<xsd:simpleType name="DressSizeType" >
|
|
<xsd:restriction base="xsd:integer" />
|
|
</xsd:simpleType>
|
|
|
|
<xsd:element name="size" type="DressSizeType" />
|
|
<xsd:element name="color" type="xsd:string" />
|
|
</xsd:schema> |