namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="EmergencyPhaseType"> <xs:annotation> <xs: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]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="INCERFA"> <xs:annotation> <xs:documentation>The code word used to designate an uncertainty phase. [ICAO Annex 11]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ALERFA"> <xs:annotation> <xs:documentation>The code word used to designate an alert phase. [ICAO Annex 11]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DETRESFA"> <xs:annotation> <xs:documentation>The code word used to designate a distress phase. [ICAO Annex 11]</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |