<xsd:complexType name="tempValType">
<xsd:simpleContent>
<xsd:extension base="xsd:integer">
<xsd:attribute name="upper-range" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="-459" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="lower-range" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="-459" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="type" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="NDFD" />
<xsd:enumeration value="RTMA" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|