Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema Capability.xsd
Namespace http://www.fixm.aero/fixm/4.0
Annotations
Copyright (c) 2016 Airservices Australia, DSNA, EUROCONTROL, IATA, JCAB, NATS Limited, 
       NAV CANADA, SESAR Joint Undertaking & US FAA 
       =========================================== 
       All rights reserved. 
        
       Redistribution and use in source and binary forms, with or without modification, 
       are permitted provided that the following conditions are met: 
* Redistributions of source code must retain the above copyright notice, this list of conditions and the disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the disclaimer
  in the documentation and/or other materials provided with the distribution.
* Neither the names of Airservices Australia, DSNA, EUROCONTROL, IATA, JCAB, NATS Limited, NavCanada, SESAR Joint Undertaking
  & US FAA nor the names of their contributors may be used to endorse or promote products derived from this specification
  without specific prior written permission.
        
        
       DISCLAIMER 
        
       THIS SPECIFICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
       AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
       IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
       INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
       TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
       CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
       ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
       DAMAGE. 
        
       ========================================== 
       Editorial note: this license is an instance of the BSD license template as provided 
       by the Open Source Initiative: 
       http://www.opensource.org/licenses/bsd-license.php 
        
       The authoritative reference for FIXM is www.FIXM.aero. 
        
       Details on Airservices Australia: http://www.airservicesaustralia.com/ 
       Details on DSNA: http://www.developpement-durable.gouv.fr/-Navigation-aerienne-.html 
       
       Details on EUROCONTROL: http://www.eurocontrol.int/ 
       Details on IATA: http://www.iata.org/Pages/default.aspx 
       Details on JCAB: http://www.mlit.go.jp/en/koku/index.html 
       Details on NATS Limited: http://www.nats.co.uk/ 
       Details on NAV CANADA: http://www.navcanada.ca/ 
       Details on the SESAR JU and its members: http://www.sesarju.eu/discover-sesar/partnering-smarter-aviation/members 
       
       Details on the US FAA: http://www.faa.gov/
The capability package contains information about the flight capabilities such as 
equipment.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.0.0
Element fx:FlightCapabilitiesType / fx:communication
Namespace http://www.fixm.aero/flight/4.0
Annotations
The serviceable communications equipment, available on the aircraft at the time of 
flight, and associated flight crew qualifications that may be used to communicate 
with ATS units. [FIXM]
Diagram
Diagram Capability_xsd.tmp#CommunicationCapabilitiesType_otherCommunicationCapabilities Capability_xsd.tmp#CommunicationCapabilitiesType_otherDataLinkCapabilities Capability_xsd.tmp#CommunicationCapabilitiesType_selectiveCallingCode Capability_xsd.tmp#CommunicationCapabilitiesType_communicationCapabilityCode Capability_xsd.tmp#CommunicationCapabilitiesType_datalinkCommunicationCapabilityCode Capability_xsd.tmp#CommunicationCapabilitiesType
Type fx:CommunicationCapabilitiesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fx:communicationCapabilityCode{0,1} , fx:datalinkCommunicationCapabilityCode{0,1}
Children fx:communicationCapabilityCode, fx:datalinkCommunicationCapabilityCode
Instance
<fx:communication otherCommunicationCapabilities="" otherDataLinkCapabilities="" selectiveCallingCode="">
  <fx:communicationCapabilityCode>{0,1}</fx:communicationCapabilityCode>
  <fx:datalinkCommunicationCapabilityCode>{0,1}</fx:datalinkCommunicationCapabilityCode>
</fx:communication>
Attributes
QName Type Fixed Default Use Annotation
otherCommunicationCapabilities fb:CharacterStringType optional
Additional Communication capabilities available on the aircraft.
otherDataLinkCapabilities fb:CharacterStringType optional
Additional data link capabilities available on the aircraft.
selectiveCallingCode fx:SelectiveCallingCodeType optional
.Selective Calling Code: A code that consists of two 2-letter pairs and acts as a 
paging system for an ATS unit to establish voice communications with the pilot of 
an aircraft.
Source
<element name="communication" type="fx:CommunicationCapabilitiesType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The serviceable communications equipment, available on the aircraft at the time of flight, and associated flight crew qualifications that may be used to communicate with ATS units. [FIXM]</documentation>
  </annotation>
</element>
Element fx:CommunicationCapabilitiesType / fx:communicationCapabilityCode
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the capability of the aircraft and associated flight crew qualifications 
to communicate with ATS units. [FIXM]
Diagram
Diagram
Type list of fx:CommunicationCapabilityCodeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="communicationCapabilityCode" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A code indicating the capability of the aircraft and associated flight crew qualifications to communicate with ATS units. [FIXM]</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:CommunicationCapabilityCodeType"/>
  </simpleType>
</element>
Element fx:CommunicationCapabilitiesType / fx:datalinkCommunicationCapabilityCode
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the capability of the aircraft to communicate or receive data. 
[FIXM]
Diagram
Diagram
Type list of fx:DatalinkCommunicationCapabilityCodeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="datalinkCommunicationCapabilityCode" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A code indicating the capability of the aircraft to communicate or receive data. [FIXM]</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:DatalinkCommunicationCapabilityCodeType"/>
  </simpleType>
</element>
Element fx:FlightCapabilitiesType / fx:navigation
Namespace http://www.fixm.aero/flight/4.0
Annotations
The navigation capability of the aircraft and associated flight crew qualifications. 
[FIXM]
Diagram
Diagram Capability_xsd.tmp#NavigationCapabilitiesType_otherNavigationCapabilities Capability_xsd.tmp#NavigationCapabilitiesType_navigationCapabilityCode Capability_xsd.tmp#NavigationCapabilitiesType_performanceBasedCode Capability_xsd.tmp#NavigationCapabilitiesType
Type fx:NavigationCapabilitiesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fx:navigationCapabilityCode{0,1} , fx:performanceBasedCode{0,1}
Children fx:navigationCapabilityCode, fx:performanceBasedCode
Instance
<fx:navigation otherNavigationCapabilities="">
  <fx:navigationCapabilityCode>{0,1}</fx:navigationCapabilityCode>
  <fx:performanceBasedCode>{0,1}</fx:performanceBasedCode>
</fx:navigation>
Attributes
QName Type Fixed Default Use Annotation
otherNavigationCapabilities fb:CharacterStringType optional
Additional navigation capabilities available on board the aircraft.
Source
<element name="navigation" type="fx:NavigationCapabilitiesType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The navigation capability of the aircraft and associated flight crew qualifications. [FIXM]</documentation>
  </annotation>
</element>
Element fx:NavigationCapabilitiesType / fx:navigationCapabilityCode
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the navigation capability of the aircraft and associated flight 
crew qualifications. [FIXM]
Diagram
Diagram
Type list of fx:NavigationCapabilityCodeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="navigationCapabilityCode" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A code indicating the navigation capability of the aircraft and associated flight crew qualifications. [FIXM]</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:NavigationCapabilityCodeType"/>
  </simpleType>
</element>
Element fx:NavigationCapabilitiesType / fx:performanceBasedCode
Namespace http://www.fixm.aero/flight/4.0
Annotations
A coded category denoting which Required Navigation Performance (RNP) and Area Navigation 
(RNAV) requirements can be met by the aircraft while operating in the context of 
a particular airspace when supported by the appropriate navigation infrastructure.
Diagram
Diagram
Type list of fx:PerformanceBasedNavigationCapabilityCodeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="performanceBasedCode" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A coded category denoting which Required Navigation Performance (RNP) and Area Navigation (RNAV) requirements can be met by the aircraft while operating in the context of a particular airspace when supported by the appropriate navigation infrastructure.</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:PerformanceBasedNavigationCapabilityCodeType"/>
  </simpleType>
</element>
Element fx:FlightCapabilitiesType / fx:surveillance
Namespace http://www.fixm.aero/flight/4.0
Annotations
The serviceable Secondary Surveillance Radar (SSR) and/or Automatic Dependent Surveillance 
(ADS) equipment available on the aircraft at the time of flight that may be used 
to identify and/or locate the aircraft. [FIXM]
Diagram
Diagram Capability_xsd.tmp#SurveillanceCapabilitiesType_otherSurveillanceCapabilities Capability_xsd.tmp#SurveillanceCapabilitiesType_surveillanceCapabilityCode Capability_xsd.tmp#SurveillanceCapabilitiesType
Type fx:SurveillanceCapabilitiesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fx:surveillanceCapabilityCode{0,1}
Children fx:surveillanceCapabilityCode
Instance
<fx:surveillance otherSurveillanceCapabilities="">
  <fx:surveillanceCapabilityCode>{0,1}</fx:surveillanceCapabilityCode>
</fx:surveillance>
Attributes
QName Type Fixed Default Use Annotation
otherSurveillanceCapabilities fb:CharacterStringType optional
Additional surveillance capabilities available on board the aircraft.
Source
<element name="surveillance" type="fx:SurveillanceCapabilitiesType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The serviceable Secondary Surveillance Radar (SSR) and/or Automatic Dependent Surveillance (ADS) equipment available on the aircraft at the time of flight that may be used to identify and/or locate the aircraft. [FIXM]</documentation>
  </annotation>
</element>
Element fx:SurveillanceCapabilitiesType / fx:surveillanceCapabilityCode
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the SSR and ADS capability of the aircraft. [FIXM]
Diagram
Diagram
Type list of fx:SurveillanceCapabilityCodeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="surveillanceCapabilityCode" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A code indicating the SSR and ADS capability of the aircraft. [FIXM]</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:SurveillanceCapabilityCodeType"/>
  </simpleType>
</element>
Element fx:FlightCapabilitiesType / fx:survival
Namespace http://www.fixm.aero/flight/4.0
Annotations
The emergency and survival equipments available on board the aircraft. [FIXM]
Diagram
Diagram Capability_xsd.tmp#SurvivalCapabilitiesType_survivalEquipmentRemarks Capability_xsd.tmp#SurvivalCapabilitiesType_dinghyInformation Capability_xsd.tmp#SurvivalCapabilitiesType_emergencyRadioCapabilityType Capability_xsd.tmp#SurvivalCapabilitiesType_lifeJacketType Capability_xsd.tmp#SurvivalCapabilitiesType_survivalEquipmentType Capability_xsd.tmp#SurvivalCapabilitiesType
Type fx:SurvivalCapabilitiesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fx:dinghyInformation{0,1} , fx:emergencyRadioCapabilityType{0,1} , fx:lifeJacketType{0,1} , fx:survivalEquipmentType{0,1}
Children fx:dinghyInformation, fx:emergencyRadioCapabilityType, fx:lifeJacketType, fx:survivalEquipmentType
Instance
<fx:survival survivalEquipmentRemarks="">
  <fx:dinghyInformation covered="" number="" totalCapacity="">{0,1}</fx:dinghyInformation>
  <fx:emergencyRadioCapabilityType>{0,1}</fx:emergencyRadioCapabilityType>
  <fx:lifeJacketType>{0,1}</fx:lifeJacketType>
  <fx:survivalEquipmentType>{0,1}</fx:survivalEquipmentType>
</fx:survival>
Attributes
QName Type Fixed Default Use Annotation
survivalEquipmentRemarks fb:CharacterStringType optional
A description of survival equipment carried on the aircraft and any other useful 
remarks regarding survival equipment.
Source
<element name="survival" type="fx:SurvivalCapabilitiesType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The emergency and survival equipments available on board the aircraft. [FIXM]</documentation>
  </annotation>
</element>
Element fx:SurvivalCapabilitiesType / fx:dinghyInformation
Namespace http://www.fixm.aero/flight/4.0
Annotations
Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, 
ITEM 19 D/]
Diagram
Diagram Capability_xsd.tmp#DinghiesType_covered Capability_xsd.tmp#DinghiesType_number Capability_xsd.tmp#DinghiesType_totalCapacity Capability_xsd.tmp#DinghiesType_colour Capability_xsd.tmp#DinghiesType
Type fx:DinghiesType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fx:colour{0,1}
Children fx:colour
Instance
<fx:dinghyInformation covered="" number="" totalCapacity="">
  <fx:colour>{0,1}</fx:colour>
</fx:dinghyInformation>
Attributes
QName Type Fixed Default Use Annotation
covered fx:DinghyCoverIndicatorType optional
Indication of the covered/uncovered nature of the dinghies carried by the aircraft.
number fb:CountType optional
The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 
2, ITEM 19 D/]
totalCapacity fb:CountType optional
Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, 
ITEM 19 D/]
Source
<element name="dinghyInformation" type="fx:DinghiesType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, ITEM 19 D/]</documentation>
  </annotation>
</element>
Element fx:DinghiesType / fx:colour
Namespace http://www.fixm.aero/flight/4.0
Annotations
The colour of the dinghies carried by the aircraft. [FIXM]
Diagram
Diagram RangesAndChoices_xsd.tmp#ColourChoiceType_colourCode RangesAndChoices_xsd.tmp#ColourChoiceType_otherColour RangesAndChoices_xsd.tmp#ColourChoiceType
Type fb:ColourChoiceType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:colourCode* | fb:otherColour{0,1}
Children fb:colourCode, fb:otherColour
Instance
<fx:colour>
  <fb:colourCode>{0,unbounded}</fb:colourCode>
  <fb:otherColour>{0,1}</fb:otherColour>
</fx:colour>
Source
<element name="colour" type="fb:ColourChoiceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The colour of the dinghies carried by the aircraft. [FIXM]</documentation>
  </annotation>
</element>
Element fx:SurvivalCapabilitiesType / fx:emergencyRadioCapabilityType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The type of serviceable communication devices available on the aircraft that are 
able to transmit an emergency radio signal. [FIXM]
Diagram
Diagram
Type list of fx:EmergencyRadioCapabilityTypeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="emergencyRadioCapabilityType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The type of serviceable communication devices available on the aircraft that are able to transmit an emergency radio signal. [FIXM]</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:EmergencyRadioCapabilityTypeType"/>
  </simpleType>
</element>
Element fx:SurvivalCapabilitiesType / fx:lifeJacketType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The type of life jackets available on board the aircraft. [FIXM]
Diagram
Diagram
Type list of fx:LifeJacketTypeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="lifeJacketType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The type of life jackets available on board the aircraft. [FIXM]</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:LifeJacketTypeType"/>
  </simpleType>
</element>
Element fx:SurvivalCapabilitiesType / fx:survivalEquipmentType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The type of equipment carried on board the aircraft that can be used by the crew 
and passengers to assist survival in harsh environments in case of emergency. [FIXM]
Diagram
Diagram
Type list of fx:SurvivalEquipmentTypeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="survivalEquipmentType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The type of equipment carried on board the aircraft that can be used by the crew and passengers to assist survival in harsh environments in case of emergency. [FIXM]</documentation>
  </annotation>
  <simpleType>
    <list itemType="fx:SurvivalEquipmentTypeType"/>
  </simpleType>
</element>
Element fx:CommunicationCapabilities
Namespace http://www.fixm.aero/flight/4.0
Diagram
Diagram Capability_xsd.tmp#CommunicationCapabilitiesType_otherCommunicationCapabilities Capability_xsd.tmp#CommunicationCapabilitiesType_otherDataLinkCapabilities Capability_xsd.tmp#CommunicationCapabilitiesType_selectiveCallingCode Capability_xsd.tmp#CommunicationCapabilitiesType_communicationCapabilityCode Capability_xsd.tmp#CommunicationCapabilitiesType_datalinkCommunicationCapabilityCode Capability_xsd.tmp#CommunicationCapabilitiesType
Type fx:CommunicationCapabilitiesType
Properties
content: complex
Model fx:communicationCapabilityCode{0,1} , fx:datalinkCommunicationCapabilityCode{0,1}
Children fx:communicationCapabilityCode, fx:datalinkCommunicationCapabilityCode
Instance
<fx:CommunicationCapabilities otherCommunicationCapabilities="" otherDataLinkCapabilities="" selectiveCallingCode="">
  <fx:communicationCapabilityCode>{0,1}</fx:communicationCapabilityCode>
  <fx:datalinkCommunicationCapabilityCode>{0,1}</fx:datalinkCommunicationCapabilityCode>
</fx:CommunicationCapabilities>
Attributes
QName Type Fixed Default Use Annotation
otherCommunicationCapabilities fb:CharacterStringType optional
Additional Communication capabilities available on the aircraft.
otherDataLinkCapabilities fb:CharacterStringType optional
Additional data link capabilities available on the aircraft.
selectiveCallingCode fx:SelectiveCallingCodeType optional
.Selective Calling Code: A code that consists of two 2-letter pairs and acts as a 
paging system for an ATS unit to establish voice communications with the pilot of 
an aircraft.
Source
<element name="CommunicationCapabilities" type="fx:CommunicationCapabilitiesType"/>
Element fx:Dinghies
Namespace http://www.fixm.aero/flight/4.0
Diagram
Diagram Capability_xsd.tmp#DinghiesType_covered Capability_xsd.tmp#DinghiesType_number Capability_xsd.tmp#DinghiesType_totalCapacity Capability_xsd.tmp#DinghiesType_colour Capability_xsd.tmp#DinghiesType
Type fx:DinghiesType
Properties
content: complex
Model fx:colour{0,1}
Children fx:colour
Instance
<fx:Dinghies covered="" number="" totalCapacity="">
  <fx:colour>{0,1}</fx:colour>
</fx:Dinghies>
Attributes
QName Type Fixed Default Use Annotation
covered fx:DinghyCoverIndicatorType optional
Indication of the covered/uncovered nature of the dinghies carried by the aircraft.
number fb:CountType optional
The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 
2, ITEM 19 D/]
totalCapacity fb:CountType optional
Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, 
ITEM 19 D/]
Source
<element name="Dinghies" type="fx:DinghiesType"/>
Element fx:FlightCapabilities
Namespace http://www.fixm.aero/flight/4.0
Diagram
Diagram Capability_xsd.tmp#FlightCapabilitiesType_standardCapabilities Capability_xsd.tmp#FlightCapabilitiesType_communication Capability_xsd.tmp#FlightCapabilitiesType_navigation Capability_xsd.tmp#FlightCapabilitiesType_surveillance Capability_xsd.tmp#FlightCapabilitiesType_survival Capability_xsd.tmp#FlightCapabilitiesType
Type fx:FlightCapabilitiesType
Properties
content: complex
Model fx:communication{0,1} , fx:navigation{0,1} , fx:surveillance{0,1} , fx:survival{0,1}
Children fx:communication, fx:navigation, fx:surveillance, fx:survival
Instance
<fx:FlightCapabilities standardCapabilities="">
  <fx:communication otherCommunicationCapabilities="" otherDataLinkCapabilities="" selectiveCallingCode="">{0,1}</fx:communication>
  <fx:navigation otherNavigationCapabilities="">{0,1}</fx:navigation>
  <fx:surveillance otherSurveillanceCapabilities="">{0,1}</fx:surveillance>
  <fx:survival survivalEquipmentRemarks="">{0,1}</fx:survival>
</fx:FlightCapabilities>
Attributes
QName Type Fixed Default Use Annotation
standardCapabilities fx:StandardCapabilitiesIndicatorType optional
if present, indicates that aircraft has the "standard" capabilities for the flight.
Source
<element name="FlightCapabilities" type="fx:FlightCapabilitiesType"/>
Element fx:NavigationCapabilities
Namespace http://www.fixm.aero/flight/4.0
Diagram
Diagram Capability_xsd.tmp#NavigationCapabilitiesType_otherNavigationCapabilities Capability_xsd.tmp#NavigationCapabilitiesType_navigationCapabilityCode Capability_xsd.tmp#NavigationCapabilitiesType_performanceBasedCode Capability_xsd.tmp#NavigationCapabilitiesType
Type fx:NavigationCapabilitiesType
Properties
content: complex
Model fx:navigationCapabilityCode{0,1} , fx:performanceBasedCode{0,1}
Children fx:navigationCapabilityCode, fx:performanceBasedCode
Instance
<fx:NavigationCapabilities otherNavigationCapabilities="">
  <fx:navigationCapabilityCode>{0,1}</fx:navigationCapabilityCode>
  <fx:performanceBasedCode>{0,1}</fx:performanceBasedCode>
</fx:NavigationCapabilities>
Attributes
QName Type Fixed Default Use Annotation
otherNavigationCapabilities fb:CharacterStringType optional
Additional navigation capabilities available on board the aircraft.
Source
<element name="NavigationCapabilities" type="fx:NavigationCapabilitiesType"/>
Element fx:SurveillanceCapabilities
Namespace http://www.fixm.aero/flight/4.0
Diagram
Diagram Capability_xsd.tmp#SurveillanceCapabilitiesType_otherSurveillanceCapabilities Capability_xsd.tmp#SurveillanceCapabilitiesType_surveillanceCapabilityCode Capability_xsd.tmp#SurveillanceCapabilitiesType
Type fx:SurveillanceCapabilitiesType
Properties
content: complex
Model fx:surveillanceCapabilityCode{0,1}
Children fx:surveillanceCapabilityCode
Instance
<fx:SurveillanceCapabilities otherSurveillanceCapabilities="">
  <fx:surveillanceCapabilityCode>{0,1}</fx:surveillanceCapabilityCode>
</fx:SurveillanceCapabilities>
Attributes
QName Type Fixed Default Use Annotation
otherSurveillanceCapabilities fb:CharacterStringType optional
Additional surveillance capabilities available on board the aircraft.
Source
<element name="SurveillanceCapabilities" type="fx:SurveillanceCapabilitiesType"/>
Element fx:SurvivalCapabilities
Namespace http://www.fixm.aero/flight/4.0
Diagram
Diagram Capability_xsd.tmp#SurvivalCapabilitiesType_survivalEquipmentRemarks Capability_xsd.tmp#SurvivalCapabilitiesType_dinghyInformation Capability_xsd.tmp#SurvivalCapabilitiesType_emergencyRadioCapabilityType Capability_xsd.tmp#SurvivalCapabilitiesType_lifeJacketType Capability_xsd.tmp#SurvivalCapabilitiesType_survivalEquipmentType Capability_xsd.tmp#SurvivalCapabilitiesType
Type fx:SurvivalCapabilitiesType
Properties
content: complex
Model fx:dinghyInformation{0,1} , fx:emergencyRadioCapabilityType{0,1} , fx:lifeJacketType{0,1} , fx:survivalEquipmentType{0,1}
Children fx:dinghyInformation, fx:emergencyRadioCapabilityType, fx:lifeJacketType, fx:survivalEquipmentType
Instance
<fx:SurvivalCapabilities survivalEquipmentRemarks="">
  <fx:dinghyInformation covered="" number="" totalCapacity="">{0,1}</fx:dinghyInformation>
  <fx:emergencyRadioCapabilityType>{0,1}</fx:emergencyRadioCapabilityType>
  <fx:lifeJacketType>{0,1}</fx:lifeJacketType>
  <fx:survivalEquipmentType>{0,1}</fx:survivalEquipmentType>
</fx:SurvivalCapabilities>
Attributes
QName Type Fixed Default Use Annotation
survivalEquipmentRemarks fb:CharacterStringType optional
A description of survival equipment carried on the aircraft and any other useful 
remarks regarding survival equipment.
Source
<element name="SurvivalCapabilities" type="fx:SurvivalCapabilitiesType"/>
Complex Type fx:FlightCapabilitiesType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The capabilities of the flight comprising of the: 
a) presence of relevant serviceable equipment on board the aircraft; 
b) equipment and capabilities commensurate with flight crew qualifications; and 
c) where applicable, authorization from the appropriate authority. 
[FIXM]
Diagram
Diagram Capability_xsd.tmp#FlightCapabilitiesType_standardCapabilities Capability_xsd.tmp#FlightCapabilitiesType_communication Capability_xsd.tmp#FlightCapabilitiesType_navigation Capability_xsd.tmp#FlightCapabilitiesType_surveillance Capability_xsd.tmp#FlightCapabilitiesType_survival
Used by
Model fx:communication{0,1} , fx:navigation{0,1} , fx:surveillance{0,1} , fx:survival{0,1}
Children fx:communication, fx:navigation, fx:surveillance, fx:survival
Attributes
QName Type Fixed Default Use Annotation
standardCapabilities fx:StandardCapabilitiesIndicatorType optional
if present, indicates that aircraft has the "standard" capabilities for the flight.
Source
<complexType name="FlightCapabilitiesType">
  <annotation>
    <documentation>The capabilities of the flight comprising of the: a) presence of relevant serviceable equipment on board the aircraft; b) equipment and capabilities commensurate with flight crew qualifications; and c) where applicable, authorization from the appropriate authority. [FIXM]</documentation>
  </annotation>
  <sequence>
    <element name="communication" type="fx:CommunicationCapabilitiesType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The serviceable communications equipment, available on the aircraft at the time of flight, and associated flight crew qualifications that may be used to communicate with ATS units. [FIXM]</documentation>
      </annotation>
    </element>
    <element name="navigation" type="fx:NavigationCapabilitiesType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The navigation capability of the aircraft and associated flight crew qualifications. [FIXM]</documentation>
      </annotation>
    </element>
    <element name="surveillance" type="fx:SurveillanceCapabilitiesType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The serviceable Secondary Surveillance Radar (SSR) and/or Automatic Dependent Surveillance (ADS) equipment available on the aircraft at the time of flight that may be used to identify and/or locate the aircraft. [FIXM]</documentation>
      </annotation>
    </element>
    <element name="survival" type="fx:SurvivalCapabilitiesType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The emergency and survival equipments available on board the aircraft. [FIXM]</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="standardCapabilities" type="fx:StandardCapabilitiesIndicatorType" use="optional">
    <annotation>
      <documentation>if present, indicates that aircraft has the "standard" capabilities for the flight.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type fx:CommunicationCapabilitiesType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The serviceable communications equipment, available on the aircraft at the time of 
flight, and associated flight crew qualifications that may be used to communicate 
with ATS units. [FIXM]
Diagram
Diagram Capability_xsd.tmp#CommunicationCapabilitiesType_otherCommunicationCapabilities Capability_xsd.tmp#CommunicationCapabilitiesType_otherDataLinkCapabilities Capability_xsd.tmp#CommunicationCapabilitiesType_selectiveCallingCode Capability_xsd.tmp#CommunicationCapabilitiesType_communicationCapabilityCode Capability_xsd.tmp#CommunicationCapabilitiesType_datalinkCommunicationCapabilityCode
Used by
Model fx:communicationCapabilityCode{0,1} , fx:datalinkCommunicationCapabilityCode{0,1}
Children fx:communicationCapabilityCode, fx:datalinkCommunicationCapabilityCode
Attributes
QName Type Fixed Default Use Annotation
otherCommunicationCapabilities fb:CharacterStringType optional
Additional Communication capabilities available on the aircraft.
otherDataLinkCapabilities fb:CharacterStringType optional
Additional data link capabilities available on the aircraft.
selectiveCallingCode fx:SelectiveCallingCodeType optional
.Selective Calling Code: A code that consists of two 2-letter pairs and acts as a 
paging system for an ATS unit to establish voice communications with the pilot of 
an aircraft.
Source
<complexType name="CommunicationCapabilitiesType">
  <annotation>
    <documentation>The serviceable communications equipment, available on the aircraft at the time of flight, and associated flight crew qualifications that may be used to communicate with ATS units. [FIXM]</documentation>
  </annotation>
  <sequence>
    <element name="communicationCapabilityCode" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>A code indicating the capability of the aircraft and associated flight crew qualifications to communicate with ATS units. [FIXM]</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:CommunicationCapabilityCodeType"/>
      </simpleType>
    </element>
    <element name="datalinkCommunicationCapabilityCode" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>A code indicating the capability of the aircraft to communicate or receive data. [FIXM]</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:DatalinkCommunicationCapabilityCodeType"/>
      </simpleType>
    </element>
  </sequence>
  <attribute name="otherCommunicationCapabilities" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Additional Communication capabilities available on the aircraft.</documentation>
    </annotation>
  </attribute>
  <attribute name="otherDataLinkCapabilities" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Additional data link capabilities available on the aircraft.</documentation>
    </annotation>
  </attribute>
  <attribute name="selectiveCallingCode" type="fx:SelectiveCallingCodeType" use="optional">
    <annotation>
      <documentation>.Selective Calling Code: A code that consists of two 2-letter pairs and acts as a paging system for an ATS unit to establish voice communications with the pilot of an aircraft.</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type fx:SelectiveCallingCodeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code that consists of two 2-letter pairs and acts as a paging system for an ATS 
unit to establish voice communications with the pilot of an aircraft.
Diagram
Diagram Types_xsd.tmp#CharacterStringType
Type restriction of fb:CharacterStringType
Type hierarchy
Facets
minLength 0
maxLength 4096
pattern [A-HJ-MP-S]{4}
Used by
Source
<simpleType name="SelectiveCallingCodeType">
  <annotation>
    <documentation>A code that consists of two 2-letter pairs and acts as a paging system for an ATS unit to establish voice communications with the pilot of an aircraft.</documentation>
  </annotation>
  <restriction base="fb:CharacterStringType">
    <pattern value="[A-HJ-MP-S]{4}"/>
  </restriction>
</simpleType>
Complex Type fx:NavigationCapabilitiesType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The navigation capability of the aircraft and associated flight crew qualifications. 
[FIXM]
Diagram
Diagram Capability_xsd.tmp#NavigationCapabilitiesType_otherNavigationCapabilities Capability_xsd.tmp#NavigationCapabilitiesType_navigationCapabilityCode Capability_xsd.tmp#NavigationCapabilitiesType_performanceBasedCode
Used by
Model fx:navigationCapabilityCode{0,1} , fx:performanceBasedCode{0,1}
Children fx:navigationCapabilityCode, fx:performanceBasedCode
Attributes
QName Type Fixed Default Use Annotation
otherNavigationCapabilities fb:CharacterStringType optional
Additional navigation capabilities available on board the aircraft.
Source
<complexType name="NavigationCapabilitiesType">
  <annotation>
    <documentation>The navigation capability of the aircraft and associated flight crew qualifications. [FIXM]</documentation>
  </annotation>
  <sequence>
    <element name="navigationCapabilityCode" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>A code indicating the navigation capability of the aircraft and associated flight crew qualifications. [FIXM]</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:NavigationCapabilityCodeType"/>
      </simpleType>
    </element>
    <element name="performanceBasedCode" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>A coded category denoting which Required Navigation Performance (RNP) and Area Navigation (RNAV) requirements can be met by the aircraft while operating in the context of a particular airspace when supported by the appropriate navigation infrastructure.</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:PerformanceBasedNavigationCapabilityCodeType"/>
      </simpleType>
    </element>
  </sequence>
  <attribute name="otherNavigationCapabilities" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Additional navigation capabilities available on board the aircraft.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type fx:SurveillanceCapabilitiesType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The serviceable Secondary Surveillance Radar (SSR) and/or Automatic Dependent Surveillance 
(ADS) equipment available on the aircraft at the time of flight that may be used 
to identify and/or locate the aircraft. [FIXM]
Diagram
Diagram Capability_xsd.tmp#SurveillanceCapabilitiesType_otherSurveillanceCapabilities Capability_xsd.tmp#SurveillanceCapabilitiesType_surveillanceCapabilityCode
Used by
Model fx:surveillanceCapabilityCode{0,1}
Children fx:surveillanceCapabilityCode
Attributes
QName Type Fixed Default Use Annotation
otherSurveillanceCapabilities fb:CharacterStringType optional
Additional surveillance capabilities available on board the aircraft.
Source
<complexType name="SurveillanceCapabilitiesType">
  <annotation>
    <documentation>The serviceable Secondary Surveillance Radar (SSR) and/or Automatic Dependent Surveillance (ADS) equipment available on the aircraft at the time of flight that may be used to identify and/or locate the aircraft. [FIXM]</documentation>
  </annotation>
  <sequence>
    <element name="surveillanceCapabilityCode" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>A code indicating the SSR and ADS capability of the aircraft. [FIXM]</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:SurveillanceCapabilityCodeType"/>
      </simpleType>
    </element>
  </sequence>
  <attribute name="otherSurveillanceCapabilities" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Additional surveillance capabilities available on board the aircraft.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type fx:SurvivalCapabilitiesType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The emergency and survival equipments available on board the aircraft. [FIXM]
Diagram
Diagram Capability_xsd.tmp#SurvivalCapabilitiesType_survivalEquipmentRemarks Capability_xsd.tmp#SurvivalCapabilitiesType_dinghyInformation Capability_xsd.tmp#SurvivalCapabilitiesType_emergencyRadioCapabilityType Capability_xsd.tmp#SurvivalCapabilitiesType_lifeJacketType Capability_xsd.tmp#SurvivalCapabilitiesType_survivalEquipmentType
Used by
Model fx:dinghyInformation{0,1} , fx:emergencyRadioCapabilityType{0,1} , fx:lifeJacketType{0,1} , fx:survivalEquipmentType{0,1}
Children fx:dinghyInformation, fx:emergencyRadioCapabilityType, fx:lifeJacketType, fx:survivalEquipmentType
Attributes
QName Type Fixed Default Use Annotation
survivalEquipmentRemarks fb:CharacterStringType optional
A description of survival equipment carried on the aircraft and any other useful 
remarks regarding survival equipment.
Source
<complexType name="SurvivalCapabilitiesType">
  <annotation>
    <documentation>The emergency and survival equipments available on board the aircraft. [FIXM]</documentation>
  </annotation>
  <sequence>
    <element name="dinghyInformation" type="fx:DinghiesType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, ITEM 19 D/]</documentation>
      </annotation>
    </element>
    <element name="emergencyRadioCapabilityType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The type of serviceable communication devices available on the aircraft that are able to transmit an emergency radio signal. [FIXM]</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:EmergencyRadioCapabilityTypeType"/>
      </simpleType>
    </element>
    <element name="lifeJacketType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The type of life jackets available on board the aircraft. [FIXM]</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:LifeJacketTypeType"/>
      </simpleType>
    </element>
    <element name="survivalEquipmentType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The type of equipment carried on board the aircraft that can be used by the crew and passengers to assist survival in harsh environments in case of emergency. [FIXM]</documentation>
      </annotation>
      <simpleType>
        <list itemType="fx:SurvivalEquipmentTypeType"/>
      </simpleType>
    </element>
  </sequence>
  <attribute name="survivalEquipmentRemarks" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>A description of survival equipment carried on the aircraft and any other useful remarks regarding survival equipment.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type fx:DinghiesType
Namespace http://www.fixm.aero/flight/4.0
Annotations
Information about the dinghies carried by the aircraft including number, colour, 
and total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 
2, ITEM 19 D/]
Diagram
Diagram Capability_xsd.tmp#DinghiesType_covered Capability_xsd.tmp#DinghiesType_number Capability_xsd.tmp#DinghiesType_totalCapacity Capability_xsd.tmp#DinghiesType_colour
Used by
Model fx:colour{0,1}
Children fx:colour
Attributes
QName Type Fixed Default Use Annotation
covered fx:DinghyCoverIndicatorType optional
Indication of the covered/uncovered nature of the dinghies carried by the aircraft.
number fb:CountType optional
The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 
2, ITEM 19 D/]
totalCapacity fb:CountType optional
Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, 
ITEM 19 D/]
Source
<complexType name="DinghiesType">
  <annotation>
    <documentation>Information about the dinghies carried by the aircraft including number, colour, and total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, ITEM 19 D/]</documentation>
  </annotation>
  <sequence>
    <element name="colour" type="fb:ColourChoiceType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The colour of the dinghies carried by the aircraft. [FIXM]</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="covered" type="fx:DinghyCoverIndicatorType" use="optional">
    <annotation>
      <documentation>Indication of the covered/uncovered nature of the dinghies carried by the aircraft.</documentation>
    </annotation>
  </attribute>
  <attribute name="number" type="fb:CountType" use="optional">
    <annotation>
      <documentation>The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 D/]</documentation>
    </annotation>
  </attribute>
  <attribute name="totalCapacity" type="fb:CountType" use="optional">
    <annotation>
      <documentation>Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, ITEM 19 D/]</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type fx:DinghyCoverIndicatorType
Namespace http://www.fixm.aero/flight/4.0
Annotations
Indication of the covered/uncovered nature of the dinghies carried by the aircraft. 
[FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration COVERED
Used by
Source
<simpleType name="DinghyCoverIndicatorType">
  <annotation>
    <documentation>Indication of the covered/uncovered nature of the dinghies carried by the aircraft. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="COVERED"/>
  </restriction>
</simpleType>
Simple Type fx:StandardCapabilitiesIndicatorType
Namespace http://www.fixm.aero/flight/4.0
Annotations
This element indicates the aircraft carries the set of capabilities considered   
standard   by the appropriate authority.
Diagram
Diagram
Type restriction of string
Facets
enumeration STANDARD
Used by
Source
<simpleType name="StandardCapabilitiesIndicatorType">
  <annotation>
    <documentation>This element indicates the aircraft carries the set of capabilities considered standard by the appropriate authority.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="STANDARD"/>
  </restriction>
</simpleType>
Simple Type fx:CommunicationCapabilityCodeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the capability of the aircraft and associated flight crew qualifications 
to communicate with ATS units. [FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration E1
enumeration E2
enumeration E3
enumeration H
enumeration M1
enumeration M2
enumeration M3
enumeration P1
enumeration P2
enumeration P3
enumeration P4
enumeration P5
enumeration P6
enumeration P7
enumeration P8
enumeration P9
enumeration U
enumeration V
enumeration Y
Source
<simpleType name="CommunicationCapabilityCodeType">
  <annotation>
    <documentation>A code indicating the capability of the aircraft and associated flight crew qualifications to communicate with ATS units. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="E1"/>
    <enumeration value="E2"/>
    <enumeration value="E3"/>
    <enumeration value="H"/>
    <enumeration value="M1"/>
    <enumeration value="M2"/>
    <enumeration value="M3"/>
    <enumeration value="P1"/>
    <enumeration value="P2"/>
    <enumeration value="P3"/>
    <enumeration value="P4"/>
    <enumeration value="P5"/>
    <enumeration value="P6"/>
    <enumeration value="P7"/>
    <enumeration value="P8"/>
    <enumeration value="P9"/>
    <enumeration value="U"/>
    <enumeration value="V"/>
    <enumeration value="Y"/>
  </restriction>
</simpleType>
Simple Type fx:DatalinkCommunicationCapabilityCodeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the capability of the aircraft to communicate or receive data. 
[FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration J1
CPDLC ATN VDL Mode 2
enumeration J2
CPDLC FANS 1/A HFDL
enumeration J3
CPDLC FANS 1/A VDL Mode A
enumeration J4
CPDLC FANS 1/A VDL Mode 2
enumeration J5
CPDLC FANS 1/A SATCOM (INMARSAT)
enumeration J6
CPDLC FANS 1/A SATCOM (MTSAT)
enumeration J7
CPDLC FANS 1/A SATCOM (MTSAT)
Source
<simpleType name="DatalinkCommunicationCapabilityCodeType">
  <annotation>
    <documentation>A code indicating the capability of the aircraft to communicate or receive data. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="J1">
      <annotation>
        <documentation>CPDLC ATN VDL Mode 2</documentation>
      </annotation>
    </enumeration>
    <enumeration value="J2">
      <annotation>
        <documentation>CPDLC FANS 1/A HFDL</documentation>
      </annotation>
    </enumeration>
    <enumeration value="J3">
      <annotation>
        <documentation>CPDLC FANS 1/A VDL Mode A</documentation>
      </annotation>
    </enumeration>
    <enumeration value="J4">
      <annotation>
        <documentation>CPDLC FANS 1/A VDL Mode 2</documentation>
      </annotation>
    </enumeration>
    <enumeration value="J5">
      <annotation>
        <documentation>CPDLC FANS 1/A SATCOM (INMARSAT)</documentation>
      </annotation>
    </enumeration>
    <enumeration value="J6">
      <annotation>
        <documentation>CPDLC FANS 1/A SATCOM (MTSAT)</documentation>
      </annotation>
    </enumeration>
    <enumeration value="J7">
      <annotation>
        <documentation>CPDLC FANS 1/A SATCOM (MTSAT)</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fx:EmergencyRadioCapabilityTypeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The type of serviceable communication devices available on the aircraft that are 
able to transmit an emergency radio signal. [FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration ULTRA_HIGH_FREQUENCY
UHF on frequency 243.0 MHz is available [adapted from ICAO Doc 4444, Appendix 2, 
ITEM 19 R/]
enumeration VERY_HIGH_FREQUENCY
VHF on frequency 121.5 MHz is available [adapted from ICAO Doc 4444, Appendix 2, 
ITEM 19 R/]
enumeration EMERGENCY_LOCATOR_TRANSMITTER
emergency locator transmitter (ELT) not available [adapted from ICAO Doc 4444, Appendix 
2, ITEM 19 R/]
Source
<simpleType name="EmergencyRadioCapabilityTypeType">
  <annotation>
    <documentation>The type of serviceable communication devices available on the aircraft that are able to transmit an emergency radio signal. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="ULTRA_HIGH_FREQUENCY">
      <annotation>
        <documentation>UHF on frequency 243.0 MHz is available [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 R/]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="VERY_HIGH_FREQUENCY">
      <annotation>
        <documentation>VHF on frequency 121.5 MHz is available [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 R/]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="EMERGENCY_LOCATOR_TRANSMITTER">
      <annotation>
        <documentation>emergency locator transmitter (ELT) not available [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 R/]</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fx:LifeJacketTypeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The type of life jackets available on board the aircraft. [FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration FLUORESCEIN
life jackets are equipped with fluorescein [adapted from ICAO Doc 4444, Appendix 
2, ITEM 19 J/]
enumeration VERY_HIGH_FREQUENCY
= VHF on frequency 121.5 MHz is available [adapted from ICAO Doc 4444, Appendix 2, 
ITEM 19 R/ &amp; J/]
enumeration LIGHTS
life jackets are equipped with lights [adapted from ICAO Doc 4444, Appendix 2, ITEM 
19 J/]
enumeration ULTRA_HIGH_FREQUENCY
UHF on frequency 243.0 MHz is not available [adapted from ICAO Doc 4444, Appendix 
2, ITEM 19 R/ &amp; J/]
Source
<simpleType name="LifeJacketTypeType">
  <annotation>
    <documentation>The type of life jackets available on board the aircraft. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="FLUORESCEIN">
      <annotation>
        <documentation>life jackets are equipped with fluorescein [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 J/]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="VERY_HIGH_FREQUENCY">
      <annotation>
        <documentation>= VHF on frequency 121.5 MHz is available [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 R/ &amp; J/]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="LIGHTS">
      <annotation>
        <documentation>life jackets are equipped with lights [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 J/]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="ULTRA_HIGH_FREQUENCY">
      <annotation>
        <documentation>UHF on frequency 243.0 MHz is not available [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 R/ &amp; J/]</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fx:NavigationCapabilityCodeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the navigation capability of the aircraft and associated flight 
crew qualifications. [FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration A
GBAS
enumeration B
LPV
enumeration C
LORAN C
enumeration D
DME
enumeration F
ADF
enumeration G
GNSS
enumeration I
Inertial Navigation
enumeration K
MLS
enumeration L
ILS
enumeration O
VOR
enumeration T
TACAN
enumeration W
RVSM
enumeration X
MNPS
Source
<simpleType name="NavigationCapabilityCodeType">
  <annotation>
    <documentation>A code indicating the navigation capability of the aircraft and associated flight crew qualifications. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="A">
      <annotation>
        <documentation>GBAS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B">
      <annotation>
        <documentation>LPV</documentation>
      </annotation>
    </enumeration>
    <enumeration value="C">
      <annotation>
        <documentation>LORAN C</documentation>
      </annotation>
    </enumeration>
    <enumeration value="D">
      <annotation>
        <documentation>DME</documentation>
      </annotation>
    </enumeration>
    <enumeration value="F">
      <annotation>
        <documentation>ADF</documentation>
      </annotation>
    </enumeration>
    <enumeration value="G">
      <annotation>
        <documentation>GNSS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="I">
      <annotation>
        <documentation>Inertial Navigation</documentation>
      </annotation>
    </enumeration>
    <enumeration value="K">
      <annotation>
        <documentation>MLS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="L">
      <annotation>
        <documentation>ILS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="O">
      <annotation>
        <documentation>VOR</documentation>
      </annotation>
    </enumeration>
    <enumeration value="T">
      <annotation>
        <documentation>TACAN</documentation>
      </annotation>
    </enumeration>
    <enumeration value="W">
      <annotation>
        <documentation>RVSM</documentation>
      </annotation>
    </enumeration>
    <enumeration value="X">
      <annotation>
        <documentation>MNPS</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fx:PerformanceBasedNavigationCapabilityCodeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
A coded category denoting which Required Navigation Performance (RNP) and Area Navigation 
(RNAV) requirements can be met by the aircraft while operating in the context of 
a particular airspace when supported by the appropriate navigation infrastructure. 
[FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration A1
RNAV 10 (RNP 10)
enumeration B1
RNAV 5 All Permitted Sensors
enumeration B2
RNAV 5 GNSS
enumeration B3
RNAV 5 DME/DME
enumeration B4
RNAV 5 VOR/DME
enumeration B5
RNAV 5 INS or IRS
enumeration B6
RNAV 5 LORAN-C
enumeration C1
RNAV 2 All Permitted Sensors
enumeration C2
RNAV 2 GNSS
enumeration C3
RNAV 2 DME/DME
enumeration C4
RNAV 2 DME/DME/IRU
enumeration D1
RNAV 1 All Permitted Sensors
enumeration D2
RNAV 1 GNSS
enumeration D3
RNAV 1 DME/DME
enumeration D4
RNAV 1 DME/DME/IRU
enumeration L1
RNP 4
enumeration O1
Basic RNP 1 All Permitted Sensors
enumeration O2
Basic RNP 1 GNSS
enumeration O3
Basic RNP 1 DME/DME
enumeration O4
Basic RNP 1 DME/DME/IRU
enumeration S1
RNP APCH
enumeration S2
RNP APCH with Barometric Vertical Navigation
enumeration T1
RNP AR APCH with RF (Authorization Required)
enumeration T2
RNP AR APCH without RF (Authorization Required)
Source
<simpleType name="PerformanceBasedNavigationCapabilityCodeType">
  <annotation>
    <documentation>A coded category denoting which Required Navigation Performance (RNP) and Area Navigation (RNAV) requirements can be met by the aircraft while operating in the context of a particular airspace when supported by the appropriate navigation infrastructure. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="A1">
      <annotation>
        <documentation>RNAV 10 (RNP 10)</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B1">
      <annotation>
        <documentation>RNAV 5 All Permitted Sensors</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B2">
      <annotation>
        <documentation>RNAV 5 GNSS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B3">
      <annotation>
        <documentation>RNAV 5 DME/DME</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B4">
      <annotation>
        <documentation>RNAV 5 VOR/DME</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B5">
      <annotation>
        <documentation>RNAV 5 INS or IRS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B6">
      <annotation>
        <documentation>RNAV 5 LORAN-C</documentation>
      </annotation>
    </enumeration>
    <enumeration value="C1">
      <annotation>
        <documentation>RNAV 2 All Permitted Sensors</documentation>
      </annotation>
    </enumeration>
    <enumeration value="C2">
      <annotation>
        <documentation>RNAV 2 GNSS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="C3">
      <annotation>
        <documentation>RNAV 2 DME/DME</documentation>
      </annotation>
    </enumeration>
    <enumeration value="C4">
      <annotation>
        <documentation>RNAV 2 DME/DME/IRU</documentation>
      </annotation>
    </enumeration>
    <enumeration value="D1">
      <annotation>
        <documentation>RNAV 1 All Permitted Sensors</documentation>
      </annotation>
    </enumeration>
    <enumeration value="D2">
      <annotation>
        <documentation>RNAV 1 GNSS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="D3">
      <annotation>
        <documentation>RNAV 1 DME/DME</documentation>
      </annotation>
    </enumeration>
    <enumeration value="D4">
      <annotation>
        <documentation>RNAV 1 DME/DME/IRU</documentation>
      </annotation>
    </enumeration>
    <enumeration value="L1">
      <annotation>
        <documentation>RNP 4</documentation>
      </annotation>
    </enumeration>
    <enumeration value="O1">
      <annotation>
        <documentation>Basic RNP 1 All Permitted Sensors</documentation>
      </annotation>
    </enumeration>
    <enumeration value="O2">
      <annotation>
        <documentation>Basic RNP 1 GNSS</documentation>
      </annotation>
    </enumeration>
    <enumeration value="O3">
      <annotation>
        <documentation>Basic RNP 1 DME/DME</documentation>
      </annotation>
    </enumeration>
    <enumeration value="O4">
      <annotation>
        <documentation>Basic RNP 1 DME/DME/IRU</documentation>
      </annotation>
    </enumeration>
    <enumeration value="S1">
      <annotation>
        <documentation>RNP APCH</documentation>
      </annotation>
    </enumeration>
    <enumeration value="S2">
      <annotation>
        <documentation>RNP APCH with Barometric Vertical Navigation</documentation>
      </annotation>
    </enumeration>
    <enumeration value="T1">
      <annotation>
        <documentation>RNP AR APCH with RF (Authorization Required)</documentation>
      </annotation>
    </enumeration>
    <enumeration value="T2">
      <annotation>
        <documentation>RNP AR APCH without RF (Authorization Required)</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fx:SurveillanceCapabilityCodeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
A code indicating the SSR and ADS capability of the aircraft. [FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration A
Transponder-Mode A (4 digits-4,096 codes)
enumeration B1
ADS-B with dedicated 1090 MHz ADS-B out capability
enumeration B2
ADS-B with dedicated 1090 MHz ADS-B out and in capability
enumeration C
Transponder-Mode A (4 digits-4,096 codes) and Mode C
enumeration D1
ADS-C with FANS 1/A capabilities
enumeration E
Transponder Mode S including aircraft identification, pressure-altitude, and extended 
squitter capability (ADS-B)
enumeration G1
ADS-C with FANS 1/A capabilities
enumeration H
Transponder Mode S including aircraft identification, pressure-altitude, and enhanced 
surveillance capability
enumeration I
Transponder Mode S including aircraft identification, but no pressure-altitude capability
enumeration L
Transponder Mode S including aircraft identification, pressure-altitude, extended 
squitter, and enhanced surveillance capability
enumeration P
Transponder Mode S including pressure-altitude, but no aircraft identification capability
enumeration S
Transponder-Mode S, including both pressure-altitude and aircraft identification 
transmission
enumeration U1
ADS-B out capability using UAT
enumeration U2
ADS-B out and in capability using UAT
enumeration V1
ADS-B out capability using VDL mode 4
enumeration V2
ADS-B in and out capability using VDL mode 4
enumeration X
Transponder Mode S with neither aircraft identification nor pressure-altitude capability
Source
<simpleType name="SurveillanceCapabilityCodeType">
  <annotation>
    <documentation>A code indicating the SSR and ADS capability of the aircraft. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="A">
      <annotation>
        <documentation>Transponder-Mode A (4 digits-4,096 codes)</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B1">
      <annotation>
        <documentation>ADS-B with dedicated 1090 MHz ADS-B out capability</documentation>
      </annotation>
    </enumeration>
    <enumeration value="B2">
      <annotation>
        <documentation>ADS-B with dedicated 1090 MHz ADS-B out and in capability</documentation>
      </annotation>
    </enumeration>
    <enumeration value="C">
      <annotation>
        <documentation>Transponder-Mode A (4 digits-4,096 codes) and Mode C</documentation>
      </annotation>
    </enumeration>
    <enumeration value="D1">
      <annotation>
        <documentation>ADS-C with FANS 1/A capabilities</documentation>
      </annotation>
    </enumeration>
    <enumeration value="E">
      <annotation>
        <documentation>Transponder Mode S including aircraft identification, pressure-altitude, and extended squitter capability (ADS-B)</documentation>
      </annotation>
    </enumeration>
    <enumeration value="G1">
      <annotation>
        <documentation>ADS-C with FANS 1/A capabilities</documentation>
      </annotation>
    </enumeration>
    <enumeration value="H">
      <annotation>
        <documentation>Transponder Mode S including aircraft identification, pressure-altitude, and enhanced surveillance capability</documentation>
      </annotation>
    </enumeration>
    <enumeration value="I">
      <annotation>
        <documentation>Transponder Mode S including aircraft identification, but no pressure-altitude capability</documentation>
      </annotation>
    </enumeration>
    <enumeration value="L">
      <annotation>
        <documentation>Transponder Mode S including aircraft identification, pressure-altitude, extended squitter, and enhanced surveillance capability</documentation>
      </annotation>
    </enumeration>
    <enumeration value="P">
      <annotation>
        <documentation>Transponder Mode S including pressure-altitude, but no aircraft identification capability</documentation>
      </annotation>
    </enumeration>
    <enumeration value="S">
      <annotation>
        <documentation>Transponder-Mode S, including both pressure-altitude and aircraft identification transmission</documentation>
      </annotation>
    </enumeration>
    <enumeration value="U1">
      <annotation>
        <documentation>ADS-B out capability using UAT</documentation>
      </annotation>
    </enumeration>
    <enumeration value="U2">
      <annotation>
        <documentation>ADS-B out and in capability using UAT</documentation>
      </annotation>
    </enumeration>
    <enumeration value="V1">
      <annotation>
        <documentation>ADS-B out capability using VDL mode 4</documentation>
      </annotation>
    </enumeration>
    <enumeration value="V2">
      <annotation>
        <documentation>ADS-B in and out capability using VDL mode 4</documentation>
      </annotation>
    </enumeration>
    <enumeration value="X">
      <annotation>
        <documentation>Transponder Mode S with neither aircraft identification nor pressure-altitude capability</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fx:SurvivalEquipmentTypeType
Namespace http://www.fixm.aero/flight/4.0
Annotations
The type of equipment carried on board the aircraft that can be used by the crew 
and passengers to assist survival in harsh environments in case of emergency. [FIXM]
Diagram
Diagram
Type restriction of string
Facets
enumeration POLAR
polar survival equipment is carried [ICAO Doc 4444, Appendix 3]
enumeration DESERT
desert survival equipment is carried [ICAO Doc 4444, Appendix 3]
enumeration MARITIME
maritime survival equipment is carried [ICAO Doc 4444, Appendix 3]
enumeration JUNGLE
jungle survival equipment is carried [ICAO Doc 4444, Appendix 3]
Source
<simpleType name="SurvivalEquipmentTypeType">
  <annotation>
    <documentation>The type of equipment carried on board the aircraft that can be used by the crew and passengers to assist survival in harsh environments in case of emergency. [FIXM]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="POLAR">
      <annotation>
        <documentation>polar survival equipment is carried [ICAO Doc 4444, Appendix 3]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="DESERT">
      <annotation>
        <documentation>desert survival equipment is carried [ICAO Doc 4444, Appendix 3]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="MARITIME">
      <annotation>
        <documentation>maritime survival equipment is carried [ICAO Doc 4444, Appendix 3]</documentation>
      </annotation>
    </enumeration>
    <enumeration value="JUNGLE">
      <annotation>
        <documentation>jungle survival equipment is carried [ICAO Doc 4444, Appendix 3]</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Attribute fx:CommunicationCapabilitiesType / @otherCommunicationCapabilities
Namespace No namespace
Annotations
Additional Communication capabilities available on the aircraft.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="otherCommunicationCapabilities" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Additional Communication capabilities available on the aircraft.</documentation>
  </annotation>
</attribute>
Attribute fx:CommunicationCapabilitiesType / @otherDataLinkCapabilities
Namespace No namespace
Annotations
Additional data link capabilities available on the aircraft.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="otherDataLinkCapabilities" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Additional data link capabilities available on the aircraft.</documentation>
  </annotation>
</attribute>
Attribute fx:CommunicationCapabilitiesType / @selectiveCallingCode
Namespace No namespace
Annotations
.Selective Calling Code: A code that consists of two 2-letter pairs and acts as a 
paging system for an ATS unit to establish voice communications with the pilot of 
an aircraft.
Type fx:SelectiveCallingCodeType
Type hierarchy
Properties
use: optional
Facets
minLength 0
maxLength 4096
pattern [A-HJ-MP-S]{4}
Used by
Source
<attribute name="selectiveCallingCode" type="fx:SelectiveCallingCodeType" use="optional">
  <annotation>
    <documentation>.Selective Calling Code: A code that consists of two 2-letter pairs and acts as a paging system for an ATS unit to establish voice communications with the pilot of an aircraft.</documentation>
  </annotation>
</attribute>
Attribute fx:NavigationCapabilitiesType / @otherNavigationCapabilities
Namespace No namespace
Annotations
Additional navigation capabilities available on board the aircraft.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="otherNavigationCapabilities" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Additional navigation capabilities available on board the aircraft.</documentation>
  </annotation>
</attribute>
Attribute fx:SurveillanceCapabilitiesType / @otherSurveillanceCapabilities
Namespace No namespace
Annotations
Additional surveillance capabilities available on board the aircraft.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="otherSurveillanceCapabilities" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Additional surveillance capabilities available on board the aircraft.</documentation>
  </annotation>
</attribute>
Attribute fx:DinghiesType / @covered
Namespace No namespace
Annotations
Indication of the covered/uncovered nature of the dinghies carried by the aircraft.
Type fx:DinghyCoverIndicatorType
Properties
use: optional
Facets
enumeration COVERED
Used by
Complex Type fx:DinghiesType
Source
<attribute name="covered" type="fx:DinghyCoverIndicatorType" use="optional">
  <annotation>
    <documentation>Indication of the covered/uncovered nature of the dinghies carried by the aircraft.</documentation>
  </annotation>
</attribute>
Attribute fx:DinghiesType / @number
Namespace No namespace
Annotations
The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 
2, ITEM 19 D/]
Type fb:CountType
Properties
use: optional
Facets
minInclusive 0
Used by
Complex Type fx:DinghiesType
Source
<attribute name="number" type="fb:CountType" use="optional">
  <annotation>
    <documentation>The number of dinghies carried by the aircraft. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 D/]</documentation>
  </annotation>
</attribute>
Attribute fx:DinghiesType / @totalCapacity
Namespace No namespace
Annotations
Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, 
ITEM 19 D/]
Type fb:CountType
Properties
use: optional
Facets
minInclusive 0
Used by
Complex Type fx:DinghiesType
Source
<attribute name="totalCapacity" type="fb:CountType" use="optional">
  <annotation>
    <documentation>Total capacity, in persons, of all dinghies carried. [ICAO Doc 4444, Appendix 2, ITEM 19 D/]</documentation>
  </annotation>
</attribute>
Attribute fx:SurvivalCapabilitiesType / @survivalEquipmentRemarks
Namespace No namespace
Annotations
A description of survival equipment carried on the aircraft and any other useful 
remarks regarding survival equipment.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="survivalEquipmentRemarks" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>A description of survival equipment carried on the aircraft and any other useful remarks regarding survival equipment.</documentation>
  </annotation>
</attribute>
Attribute fx:FlightCapabilitiesType / @standardCapabilities
Namespace No namespace
Annotations
if present, indicates that aircraft has the "standard" capabilities for the flight.
Type fx:StandardCapabilitiesIndicatorType
Properties
use: optional
Facets
enumeration STANDARD
Used by
Source
<attribute name="standardCapabilities" type="fx:StandardCapabilitiesIndicatorType" use="optional">
  <annotation>
    <documentation>if present, indicates that aircraft has the "standard" capabilities for the flight.</documentation>
  </annotation>
</attribute>