unece:TemperatureUnitCodeSimpleType
simpleType TemperatureUnitCodeSimpleType in namespace http://release.niem.gov/niem/codes/unece_rec20/4.0/
Definition
A data type for temperature unit of measurement codes.
Diagram
Enumerations
Value | Definition |
A48 | degree Rankine |
CEL | degree Celsius |
E98 | degree Celsius per kelvin |
F02 | kelvin per kelvin |
F10 | kelvin per hour |
F11 | kelvin per minute |
F12 | kelvin per second |
F60 | degree Celsius per bar |
F61 | kelvin per bar |
FAH | degree Fahrenheit |
H12 | degree Celsius per hour |
H13 | degree Celsius per minute |
H14 | degree Celsius per second |
J20 | degree Fahrenheit per kelvin |
J21 | degree Fahrenheit per bar |
J23 | degree Fahrenheit per hour |
J24 | degree Fahrenheit per minute |
J25 | degree Fahrenheit per second |
J26 | reciprocal degree Fahrenheit |
J28 | degree Rankine per hour |
J29 | degree Rankine per minute |
J30 | degree Rankine per second |
N79 | kelvin per pascal |
XML Schema
<xs:simpleType name="TemperatureUnitCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for temperature unit of measurement codes.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A48">
<xs:annotation>
<xs:documentation>
degree Rankine</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CEL">
<xs:annotation>
<xs:documentation>
degree Celsius</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="E98">
<xs:annotation>
<xs:documentation>
degree Celsius per kelvin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F02">
<xs:annotation>
<xs:documentation>
kelvin per kelvin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F10">
<xs:annotation>
<xs:documentation>
kelvin per hour</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F11">
<xs:annotation>
<xs:documentation>
kelvin per minute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F12">
<xs:annotation>
<xs:documentation>
kelvin per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F60">
<xs:annotation>
<xs:documentation>
degree Celsius per bar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F61">
<xs:annotation>
<xs:documentation>
kelvin per bar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FAH">
<xs:annotation>
<xs:documentation>
degree Fahrenheit</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H12">
<xs:annotation>
<xs:documentation>
degree Celsius per hour</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H13">
<xs:annotation>
<xs:documentation>
degree Celsius per minute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H14">
<xs:annotation>
<xs:documentation>
degree Celsius per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J20">
<xs:annotation>
<xs:documentation>
degree Fahrenheit per kelvin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J21">
<xs:annotation>
<xs:documentation>
degree Fahrenheit per bar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J23">
<xs:annotation>
<xs:documentation>
degree Fahrenheit per hour</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J24">
<xs:annotation>
<xs:documentation>
degree Fahrenheit per minute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J25">
<xs:annotation>
<xs:documentation>
degree Fahrenheit per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J26">
<xs:annotation>
<xs:documentation>
reciprocal degree Fahrenheit</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J28">
<xs:annotation>
<xs:documentation>
degree Rankine per hour</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J29">
<xs:annotation>
<xs:documentation>
degree Rankine per minute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J30">
<xs:annotation>
<xs:documentation>
degree Rankine per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N79">
<xs:annotation>
<xs:documentation>
kelvin per pascal</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>