complexType AircraftType
diagram FficeMessage_diagrams/FficeMessage_p238.png
namespace http://www.fixm.aero/flight/4.2
children fx:aircraftAddress fx:aircraftApproachCategory fx:aircraftType fx:capabilities fx:coloursAndMarkings fx:extension fx:formationCount fx:registration fx:wakeTurbulence
used by
element FlightType/aircraft
annotation
documentation
Aircraft enabling the flight. [FIXM]
source <xs:complexType name="AircraftType">
 
<xs:annotation>
   
<xs:documentation>Aircraft enabling the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="aircraftAddress" type="fx:AircraftAddressType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A unique combination of twenty-four bits available for assignment to an aircraft for the purpose of air-ground communications, navigation and surveillance. [ICAO Doc 4444]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="aircraftApproachCategory" type="fx:AircraftApproachCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Classification of aircraft based on 1.3 times stall speed in landing configuration at maximum certified landing mass. [AIXM 5.1]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="aircraftType" type="fx:AircraftTypeType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>The type of aircraft enabling the flight. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="capabilities" type="fx:FlightCapabilitiesType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs: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]
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="coloursAndMarkings" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The colours and markings of the aircraft. [ICAO Doc 4444, Appendix 3]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:AircraftExtensionType" 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="formationCount" type="fx:FormationCountType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The number of aircraft, if more than one. The number equals the sum of counts of all aircraft types.  [ICAO Doc 4444, Appendix 2, ITEM 9]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="registration" type="fx:AircraftRegistrationListType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A unique, alphanumeric string that identifies a civil aircraft and consists of the Aircraft Nationality or Common Mark and an additional alphanumeric string, the registration mark, assigned by the state of registry or common mark registering authority. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="wakeTurbulence" type="fx:WakeTurbulenceCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>ICAO classification of the aircraft wake turbulence, based on the maximum certified take off mass. [FIXM}</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AircraftType/aircraftAddress
diagram FficeMessage_diagrams/FficeMessage_p239.png
namespace http://www.fixm.aero/flight/4.2
type fx:AircraftAddressType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9A-F]{6}
annotation
documentation
A unique combination of twenty-four bits available for assignment to an aircraft for the purpose of air-ground communications, navigation and surveillance. [ICAO Doc 4444]
source <xs:element name="aircraftAddress" type="fx:AircraftAddressType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A unique combination of twenty-four bits available for assignment to an aircraft for the purpose of air-ground communications, navigation and surveillance. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftType/aircraftApproachCategory
diagram FficeMessage_diagrams/FficeMessage_p240.png
namespace http://www.fixm.aero/flight/4.2
type fx:AircraftApproachCategoryType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration A
documentation
less than 169 km/h (91 kt) indicated airspeed (IAS) [ICAO Doc 8168, Vol. I, chapter 1.3.5]
enumeration B
documentation
169 km/h (91 kt) or more but less than 224 km/h (121 kt) IAS [ICAO Doc 8168, Vol. I, chapter 1.3.5]
enumeration C
documentation
224 km/h (121 kt) or more but less than 261 km/h (141 kt) IAS [ICAO Doc 8168, Vol. I, chapter 1.3.5]
enumeration D
documentation
261 km/h (141 kt) or more but less than 307 km/h (166 kt) IAS [ICAO Doc 8168, Vol. I, chapter 1.3.5]
enumeration E
documentation
307 km/h (166 kt) or more but less than 391 km/h (211 kt) IAS [ICAO Doc 8168, Vol. I, chapter 1.3.5]
enumeration H
documentation
Helicopters [ICAO Doc 8168, Vol. I, chapter 1.3.5]
annotation
documentation
Classification of aircraft based on 1.3 times stall speed in landing configuration at maximum certified landing mass. [AIXM 5.1]
source <xs:element name="aircraftApproachCategory" type="fx:AircraftApproachCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Classification of aircraft based on 1.3 times stall speed in landing configuration at maximum certified landing mass. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftType/aircraftType
diagram FficeMessage_diagrams/FficeMessage_p241.png
namespace http://www.fixm.aero/flight/4.2
type fx:AircraftTypeType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:extension fx:numberOfAircraft fx:type
annotation
documentation
The type of aircraft enabling the flight. [FIXM]
source <xs:element name="aircraftType" type="fx:AircraftTypeType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>The type of aircraft enabling the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftType/capabilities
diagram FficeMessage_diagrams/FficeMessage_p242.png
namespace http://www.fixm.aero/flight/4.2
type fx:FlightCapabilitiesType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:communication fx:extension fx:navigation fx:standardCapabilities fx:surveillance fx:survival
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]
source <xs:element name="capabilities" type="fx:FlightCapabilitiesType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs: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]
</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftType/coloursAndMarkings
diagram FficeMessage_diagrams/FficeMessage_p243.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
The colours and markings of the aircraft. [ICAO Doc 4444, Appendix 3]
source <xs:element name="coloursAndMarkings" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The colours and markings of the aircraft. [ICAO Doc 4444, Appendix 3]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftType/extension
diagram FficeMessage_diagrams/FficeMessage_p244.png
namespace http://www.fixm.aero/flight/4.2
type fb:AircraftExtensionType
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:AircraftExtensionType" 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 AircraftType/formationCount
diagram FficeMessage_diagrams/FficeMessage_p245.png
namespace http://www.fixm.aero/flight/4.2
type fx:FormationCountType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minInclusive 2
annotation
documentation
The number of aircraft, if more than one. The number equals the sum of counts of all aircraft types.  [ICAO Doc 4444, Appendix 2, ITEM 9]
source <xs:element name="formationCount" type="fx:FormationCountType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The number of aircraft, if more than one. The number equals the sum of counts of all aircraft types.  [ICAO Doc 4444, Appendix 2, ITEM 9]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftType/registration
diagram FficeMessage_diagrams/FficeMessage_p246.png
namespace http://www.fixm.aero/flight/4.2
type fx:AircraftRegistrationListType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
A unique, alphanumeric string that identifies a civil aircraft and consists of the Aircraft Nationality or Common Mark and an additional alphanumeric string, the registration mark, assigned by the state of registry or common mark registering authority. [FIXM]
source <xs:element name="registration" type="fx:AircraftRegistrationListType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A unique, alphanumeric string that identifies a civil aircraft and consists of the Aircraft Nationality or Common Mark and an additional alphanumeric string, the registration mark, assigned by the state of registry or common mark registering authority. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftType/wakeTurbulence
diagram FficeMessage_diagrams/FficeMessage_p247.png
namespace http://www.fixm.aero/flight/4.2
type fx:WakeTurbulenceCategoryType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration L
documentation
An aircraft type with a maximum certified take-off mass of 7000 kg or less. [ICAO Doc 4444, Appendix 2, ITEM M]
enumeration M
documentation
An aircraft type with a maximum certified take-off mass of less than 136000 kg. but more than 7000 kg. [ICAO Doc 4444, Appendix 2, ITEM M]
enumeration H
documentation
An aircraft type with a maximum certified take-off mass of 136000 kg or more. [ICAO Doc 4444, Appendix 2, ITEM M]
enumeration J
documentation
A super heavy aircraft type e.g. the Airbus A380-800. (In the order of 560,000kg). [FIXM]
annotation
documentation
ICAO classification of the aircraft wake turbulence, based on the maximum certified take off mass. [FIXM}
source <xs:element name="wakeTurbulence" type="fx:WakeTurbulenceCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>ICAO classification of the aircraft wake turbulence, based on the maximum certified take off mass. [FIXM}</xs:documentation>
 
</xs:annotation>
</xs:element>


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