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


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy