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