namespace | http://www.faa.aero/nas/4.2 | ||||||||||||||||||||||||
type | restriction of string | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <simpleType name="TfmsFlightClassType"> <annotation> <documentation> Denotes the flight class of the aircraft which is determined by the aircraft call sign that is in the Aircraft Situation Display to Industry (ASDI) feed. </documentation> </annotation> <restriction base="xs:string"> <enumeration value="AIR_TAXI"> <annotation> <documentation> taxi flights </documentation> </annotation> </enumeration> <enumeration value="LIFEGUARD"/> <enumeration value="GA"> <annotation> <documentation> General Aviation </documentation> </annotation> </enumeration> <enumeration value="CANADIAN_GA"/> <enumeration value="MILITARY"> <annotation> <documentation> Military flight </documentation> </annotation> </enumeration> </restriction> </simpleType> |