namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||||||
type | restriction of string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <simpleType name="EmergencyPhaseType"> <annotation> <documentation> A generic term meaning, as the case may be, uncertainty phase, alert phase or distress phase. [ICAO Annex 11] This is the stage of emergency the flight is currently under, as designated by an ATS unit. [FIXM] </documentation> </annotation> <restriction base="xs:string"> <enumeration value="INCERFA"> <annotation> <documentation> The code word used to designate an uncertainty phase. [ICAO Annex 11] </documentation> </annotation> </enumeration> <enumeration value="ALERFA"> <annotation> <documentation> The code word used to designate an alert phase. [ICAO Annex 11] </documentation> </annotation> </enumeration> <enumeration value="DETRESFA"> <annotation> <documentation> The code word used to designate a distress phase. [ICAO Annex 11] </documentation> </annotation> </enumeration> </restriction> </simpleType> |