complexType FlightEmergencyType
diagram BasicMessage_diagrams/BasicMessage_p288.png
namespace http://www.fixm.aero/flight/4.2
children fx:actionTaken fx:emergencyDescription fx:extension fx:lastContact fx:originator fx:otherInformation fx:phase
used by
element FlightType/emergency
annotation
documentation
Groups emergency information (description, phase, position, etc) for the flight.
source <xs:complexType name="FlightEmergencyType">
 
<xs:annotation>
   
<xs:documentation>Groups emergency information (description, phase, position, etc) for the flight.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="actionTaken" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A description of the actions taken by the reporting Air Traffic Service (ATS) unit, in the event of search and rescue.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="emergencyDescription" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A short, plain-language description of the nature of the emergency.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:FlightEmergencyExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="lastContact" type="fx:LastContactType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The last two-way contact between an ATS unit and the aircraft. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="originator" type="fb:AtcUnitReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The ICAO identifier of the ATS unit originating the emergency message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="otherInformation" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Other pertinent information not captured elsewhere needed to notify appropriate organizations regarding aircraft in need of search and rescue.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="phase" type="fx:EmergencyPhaseType" nillable="true" minOccurs="0" maxOccurs="1">
     
<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 or an indication the emergency has been cancelled, as designated by an ATS unit. [FIXM]
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FlightEmergencyType/actionTaken
diagram BasicMessage_diagrams/BasicMessage_p289.png
namespace http://www.fixm.aero/flight/4.2
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
A description of the actions taken by the reporting Air Traffic Service (ATS) unit, in the event of search and rescue.
source <xs:element name="actionTaken" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A description of the actions taken by the reporting Air Traffic Service (ATS) unit, in the event of search and rescue.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightEmergencyType/emergencyDescription
diagram BasicMessage_diagrams/BasicMessage_p290.png
namespace http://www.fixm.aero/flight/4.2
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
A short, plain-language description of the nature of the emergency.
source <xs:element name="emergencyDescription" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A short, plain-language description of the nature of the emergency.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightEmergencyType/extension
diagram BasicMessage_diagrams/BasicMessage_p291.png
namespace http://www.fixm.aero/flight/4.2
type fb:FlightEmergencyExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:FlightEmergencyExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightEmergencyType/lastContact
diagram BasicMessage_diagrams/BasicMessage_p292.png
namespace http://www.fixm.aero/flight/4.2
type fx:LastContactType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:lastContactFrequency fx:lastContactTime fx:lastContactUnit fx:position
annotation
documentation
The last two-way contact between an ATS unit and the aircraft. [FIXM]
source <xs:element name="lastContact" type="fx:LastContactType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The last two-way contact between an ATS unit and the aircraft. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightEmergencyType/originator
diagram BasicMessage_diagrams/BasicMessage_p293.png
namespace http://www.fixm.aero/flight/4.2
type fb:AtcUnitReferenceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:atcUnitNameOrAlternate fb:controlSectorDesignator fb:extension fb:locationIndicator fb:position
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]
annotation
documentation
The ICAO identifier of the ATS unit originating the emergency message.
source <xs:element name="originator" type="fb:AtcUnitReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The ICAO identifier of the ATS unit originating the emergency message.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightEmergencyType/otherInformation
diagram BasicMessage_diagrams/BasicMessage_p294.png
namespace http://www.fixm.aero/flight/4.2
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Other pertinent information not captured elsewhere needed to notify appropriate organizations regarding aircraft in need of search and rescue.
source <xs:element name="otherInformation" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Other pertinent information not captured elsewhere needed to notify appropriate organizations regarding aircraft in need of search and rescue.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightEmergencyType/phase
diagram BasicMessage_diagrams/BasicMessage_p295.png
namespace http://www.fixm.aero/flight/4.2
type fx:EmergencyPhaseType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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 or an indication the emergency has been cancelled, as designated by an ATS unit. [FIXM]
source <xs:element name="phase" type="fx:EmergencyPhaseType" nillable="true" minOccurs="0" maxOccurs="1">
 
<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 or an indication the emergency has been cancelled, as designated by an ATS unit. [FIXM]
</xs:documentation>
 
</xs:annotation>
</xs:element>


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