complexType AircraftType
diagram Nas_diagrams/Nas_p479.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:aircraftColours fx:aircraftType fx:capabilities
used by
elements Aircraft FlightType/aircraft
attributes
Name  Type  Use  Default  Fixed  Annotation
aircraftAddress  fx:AircraftAddressType  optional      
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]
                 
aircraftApproachCategory  fx:AircraftApproachCategoryType  optional      
documentation

                     Classification of aircraft based on 1.3 times stall speed in landing configuration
                     at maximum certified landing mass. [AIXM 5.1]
                 
numberOfAircraft  derived by: fb:CountType  optional      
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]
                 
registration  fx:AircraftRegistrationType  optional      
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]
                    
                 
significantMarkings  fb:CharacterStringType  optional      
documentation

                     A description of the aircraft's significant markings. [FIXM]
                 
wakeTurbulence  fx:WakeTurbulenceCategoryType  optional      
documentation

                     ICAO classification of the aircraft wake turbulence, based on the maximum certified
                     take off mass. [FIXM}
                 
annotation
documentation

            Aircraft enabling the flight. [FIXM]
        
source <complexType name="AircraftType">
 
<annotation>
   
<documentation>
            Aircraft enabling the flight. [FIXM]
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="aircraftColours" type="fb:ColourChoiceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The colour of the aircraft. [ICAO Doc 4444, Appendix 3]
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="aircraftType" type="fx:AircraftTypeType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        The type of aircraft enabling the flight. [FIXM]
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="capabilities" type="fx:FlightCapabilitiesType" minOccurs="0" maxOccurs="1">
         
<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>
       
</element>
     
</sequence>
     
<attribute name="aircraftAddress" type="fx:AircraftAddressType" use="optional">
       
<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]
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="aircraftApproachCategory" type="fx:AircraftApproachCategoryType" use="optional">
       
<annotation>
         
<documentation>
                     Classification of aircraft based on 1.3 times stall speed in landing configuration
                     at maximum certified landing mass. [AIXM 5.1]
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="numberOfAircraft" use="optional">
       
<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]
                 
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="fb:CountType">
           
<minInclusive value="2"/>
         
</restriction>
       
</simpleType>
     
</attribute>
     
<attribute name="registration" type="fx:AircraftRegistrationType" use="optional">
       
<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]
                    
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="significantMarkings" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     A description of the aircraft's significant markings. [FIXM]
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="wakeTurbulence" type="fx:WakeTurbulenceCategoryType" use="optional">
       
<annotation>
         
<documentation>
                     ICAO classification of the aircraft wake turbulence, based on the maximum certified
                     take off mass. [FIXM}
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute AircraftType/@aircraftAddress
type fx:AircraftAddressType
properties
use optional
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 <attribute name="aircraftAddress" type="fx:AircraftAddressType" use="optional">
 
<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]
                 
</documentation>
 
</annotation>
</attribute>

attribute AircraftType/@aircraftApproachCategory
type fx:AircraftApproachCategoryType
properties
use optional
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 <attribute name="aircraftApproachCategory" type="fx:AircraftApproachCategoryType" use="optional">
 
<annotation>
   
<documentation>
                     Classification of aircraft based on 1.3 times stall speed in landing configuration
                     at maximum certified landing mass. [AIXM 5.1]
                 
</documentation>
 
</annotation>
</attribute>

attribute AircraftType/@numberOfAircraft
type restriction of fb:CountType
properties
use optional
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 <attribute name="numberOfAircraft" use="optional">
 
<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]
                 
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CountType">
     
<minInclusive value="2"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute AircraftType/@registration
type fx:AircraftRegistrationType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{1,7}
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 <attribute name="registration" type="fx:AircraftRegistrationType" use="optional">
 
<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]
                    
                 
</documentation>
 
</annotation>
</attribute>

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

                     A description of the aircraft's significant markings. [FIXM]
                 
source <attribute name="significantMarkings" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     A description of the aircraft's significant markings. [FIXM]
                 
</documentation>
 
</annotation>
</attribute>

attribute AircraftType/@wakeTurbulence
type fx:WakeTurbulenceCategoryType
properties
use optional
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 <attribute name="wakeTurbulence" type="fx:WakeTurbulenceCategoryType" use="optional">
 
<annotation>
   
<documentation>
                     ICAO classification of the aircraft wake turbulence, based on the maximum certified
                     take off mass. [FIXM}
                 
</documentation>
 
</annotation>
</attribute>

element AircraftType/aircraftColours
diagram Nas_diagrams/Nas_p480.png
namespace http://www.fixm.aero/flight/4.1
type fb:ColourChoiceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:colourCode fb:otherColour
annotation
documentation

                        The colour of the aircraft. [ICAO Doc 4444, Appendix 3]
                    
source <element name="aircraftColours" type="fb:ColourChoiceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The colour of the aircraft. [ICAO Doc 4444, Appendix 3]
                    
</documentation>
 
</annotation>
</element>

element AircraftType/aircraftType
diagram Nas_diagrams/Nas_p481.png
namespace http://www.fixm.aero/flight/4.1
type fx:AircraftTypeType
properties
minOcc 0
maxOcc 2000
content complex
children fb:extension fx:type
attributes
Name  Type  Use  Default  Fixed  Annotation
numberOfAircraft  fb:CountType  optional      
documentation

                     In case of a formation flight comprising more than one aircraft type, number of aircraft
                     of the same aircraft type within the formation. [FIXM]
                 
annotation
documentation

                        The type of aircraft enabling the flight. [FIXM]
                    
source <element name="aircraftType" type="fx:AircraftTypeType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        The type of aircraft enabling the flight. [FIXM]
                    
</documentation>
 
</annotation>
</element>

element AircraftType/capabilities
diagram Nas_diagrams/Nas_p482.png
namespace http://www.fixm.aero/flight/4.1
type fx:FlightCapabilitiesType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:communication fx:navigation fx:surveillance fx:survival
attributes
Name  Type  Use  Default  Fixed  Annotation
standardCapabilities  fx:StandardCapabilitiesIndicatorType  optional      
documentation

                     if present, indicates that aircraft has the "standard" capabilities for the flight.
                    
                 
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 <element name="capabilities" type="fx:FlightCapabilitiesType" minOccurs="0" maxOccurs="1">
 
<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>
</element>


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