<xsd:complexType name="TemperatureMeasureType">
<xsd:annotation>
<xsd:documentation>Used to indicate a speed.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitCode" type="xfUOMcl:TemperatureUnitsContentType" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to indciate a temperature type.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="qualifierCode" type="xsd:normalizedString" use="optional">
<xsd:annotation>
<xsd:documentation>Use this to further qualify the scope of the measurement.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|