namespace | http://www.fixm.aero/base/4.2 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="UomWindSpeedType"> <xs:annotation> <xs:documentation>The reference quantities used to express the value of wind speed.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="KM_H"> <xs:annotation> <xs:documentation>Kilometres per hour.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="KT"> <xs:annotation> <xs:documentation>Knots.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="M_SEC"> <xs:annotation> <xs:documentation>Metres per second</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MPH"> <xs:annotation> <xs:documentation>Miles per hour.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |