namespace | http://www.fixm.aero/base/4.2 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="UomTemperatureType"> <xs:annotation> <xs:documentation>The reference quantities used to express the value of temperature.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <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 Fahrenheit.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>Degrees Kelvin.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>Degrees Rankine.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |