<xsd:element minOccurs="0" maxOccurs="unbounded" name="seas">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="name" type="xsd:string" />
<xsd:element minOccurs="1" maxOccurs="unbounded" name="value" nillable="true" type="xsd:nonNegativeInteger" />
</xsd:sequence>
<xsd:attribute name="type" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="combined" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute fixed="feet" name="units" use="required" />
<xsd:attribute name="categorical-table" type="xsd:string" use="optional" />
<xsd:attribute name="conversion-table" type="xsd:string" use="optional" />
</xsd:complexType>
</xsd:element>
|