namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||||||
type | restriction of string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <simpleType name="UomAirspeedType"> <annotation> <documentation> The reference quantities used to express the value of airspeed. </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="MACH"> <annotation> <documentation> Mach number. </documentation> </annotation> </enumeration> </restriction> </simpleType> |