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