namespace | https://mmixm.aero/base/2.1.0 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="UomTemperature"> <xs:annotation> <xs:documentation>A unit of measure for thermodynamic 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>Kelvin</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |