complexType FlightEmergencyType
diagram Nas_diagrams/Nas_p537.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:lastContact fx:originator
used by
elements FlightEmergency FlightType/emergency
attributes
Name  Type  Use  Default  Fixed  Annotation
actionTaken  fb:CharacterStringType  optional      
documentation

                     A description of the actions taken by the reporting Air Traffic Service (ATS) unit,
                     in the event of search and rescue.
                 
emergencyDescription  fb:CharacterStringType  optional      
documentation

                     A short, plain-language description of the nature of the emergency.
                 
otherInformation  fb:CharacterStringType  optional      
documentation

                     Other pertinent information not captured elsewhere needed to notify appropriate organizations
                     regarding aircraft in need of search and rescue.
                 
phase  fx:EmergencyPhaseType  optional      
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]
                 
annotation
documentation

            Groups emergency information (description, phase, position, etc) for the flight.
           
        
source <complexType name="FlightEmergencyType">
 
<annotation>
   
<documentation>
            Groups emergency information (description, phase, position, etc) for the flight.
           
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="lastContact" type="fx:LastContactType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The last two-way contact between an ATS unit and the aircraft. [FIXM]
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="originator" type="fb:IcaoUnitReferenceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The ICAO identifier of the ATS unit originating the emergency message.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="actionTaken" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     A description of the actions taken by the reporting Air Traffic Service (ATS) unit,
                     in the event of search and rescue.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="emergencyDescription" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     A short, plain-language description of the nature of the emergency.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="otherInformation" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     Other pertinent information not captured elsewhere needed to notify appropriate organizations
                     regarding aircraft in need of search and rescue.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="phase" type="fx:EmergencyPhaseType" use="optional">
       
<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]
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute FlightEmergencyType/@actionTaken
type fb:CharacterStringType
properties
use optional
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 <attribute name="actionTaken" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     A description of the actions taken by the reporting Air Traffic Service (ATS) unit,
                     in the event of search and rescue.
                 
</documentation>
 
</annotation>
</attribute>

attribute FlightEmergencyType/@emergencyDescription
type fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation

                     A short, plain-language description of the nature of the emergency.
                 
source <attribute name="emergencyDescription" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     A short, plain-language description of the nature of the emergency.
                 
</documentation>
 
</annotation>
</attribute>

attribute FlightEmergencyType/@otherInformation
type fb:CharacterStringType
properties
use optional
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 <attribute name="otherInformation" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     Other pertinent information not captured elsewhere needed to notify appropriate organizations
                     regarding aircraft in need of search and rescue.
                 
</documentation>
 
</annotation>
</attribute>

attribute FlightEmergencyType/@phase
type fx:EmergencyPhaseType
properties
use optional
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 <attribute name="phase" type="fx:EmergencyPhaseType" use="optional">
 
<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]
                 
</documentation>
 
</annotation>
</attribute>

element FlightEmergencyType/lastContact
diagram Nas_diagrams/Nas_p538.png
namespace http://www.fixm.aero/flight/4.1
type fx:LastContactType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:lastContactFrequency fx:position
attributes
Name  Type  Use  Default  Fixed  Annotation
lastContactTime  fb:TimeType  optional      
documentation

                     The time of the last two-way contact between the aircraft and an ATS unit. The time
                     is given in UTC.
                 
lastContactUnit  fb:AtcUnitNameType  optional      
documentation

                     The last ATS unit which had two-way contact with the aircraft.
                 
annotation
documentation

                        The last two-way contact between an ATS unit and the aircraft. [FIXM]
                    
source <element name="lastContact" type="fx:LastContactType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The last two-way contact between an ATS unit and the aircraft. [FIXM]
                    
</documentation>
 
</annotation>
</element>

element FlightEmergencyType/originator
diagram Nas_diagrams/Nas_p539.png
namespace http://www.fixm.aero/flight/4.1
type fb:IcaoUnitReferenceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
controlSectorDesignator  fb:AirspaceDesignatorType  optional      
documentation

                     A published sequence of characters allowing the identification of a subdivision of
                     a designated control area within which responsibility is assigned to one controller
                     or to a small group of controllers.
                 
locationIndicator  fb:LocationIndicatorType  optional      
documentation

                     A four-letter code group formulated in accordance with rules prescribed by ICAO and
                     assigned to the atc unit. [Specialised from ICAO Annex 10] The list of ICAO location
                     indicators is provided by ICAO Doc 7910.
                 
annotation
documentation

                        The ICAO identifier of the ATS unit originating the emergency message.
                    
source <element name="originator" type="fb:IcaoUnitReferenceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The ICAO identifier of the ATS unit originating the emergency message.
                    
</documentation>
 
</annotation>
</element>


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