<xs:simpleType name="ThermodynamicTemperatureUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="degC">
<xs:annotation>
<xs:documentation>degree Celsius</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="degF">
<xs:annotation>
<xs:documentation>degree Fahrenheit</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="degR">
<xs:annotation>
<xs:documentation>degree Rankine</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="K">
<xs:annotation>
<xs:documentation>degree kelvin</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|