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