<xsd:element minOccurs="0" maxOccurs="unbounded" name="value" nillable="true">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="upper-range" type="xsd:decimal" use="optional" />
<xsd:attribute name="lower-range" type="xsd:decimal" use="optional" />
<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>
</xsd:element>
|