cbrncl:TemperatureUnitCodeSimpleType

simpleType TemperatureUnitCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type that defines the various temperature unit codes

Diagram

Enumerations

ValueDefinition
CDegrees Celsius
FDegrees Farenheit
KDegrees Kelvin

XML Schema

<xs:simpleType name="TemperatureUnitCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various temperature unit codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Degrees Celsius
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Degrees Farenheit
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="K">
<xs:annotation>
<xs:documentation>
Degrees Kelvin
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>