complexType AircraftTypeType
diagram BasicMessage_diagrams/BasicMessage_p231.png
namespace http://www.fixm.aero/flight/4.3
children fx:aircraftCount fx:extension fx:icaoAircraftTypeDesignator fx:otherAircraftType
used by
element AircraftType/aircraftType
annotation
documentation
The type of aircraft enabling the flight. [FIXM]
source <xs:complexType name="AircraftTypeType">
 
<xs:annotation>
   
<xs:documentation>The type of aircraft enabling the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="aircraftCount" type="fb:CountPositiveType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>In the case of a formation flight, number of aircraft of the same aircraft type within the formation. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:AircraftTypeExtensionType" 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:choice minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Helper class to create an embedded choice structure.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="icaoAircraftTypeDesignator" type="fb:AircraftTypeDesignatorType" minOccurs="1" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>The aircraft type designator of the aircraft as specified in ICAO Doc 8643. [FIXM]</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="otherAircraftType" type="fb:CharacterStringType" minOccurs="1" maxOccurs="1">
       
<xs:annotation>
         
<xs:documentation>Other, non-ICAO identification of the aircraft type. [FIXM]</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element AircraftTypeType/aircraftCount
diagram BasicMessage_diagrams/BasicMessage_p232.png
namespace http://www.fixm.aero/flight/4.3
type fb:CountPositiveType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
In the case of a formation flight, number of aircraft of the same aircraft type within the formation. [FIXM]
source <xs:element name="aircraftCount" type="fb:CountPositiveType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>In the case of a formation flight, number of aircraft of the same aircraft type within the formation. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftTypeType/extension
diagram BasicMessage_diagrams/BasicMessage_p233.png
namespace http://www.fixm.aero/flight/4.3
type fb:AircraftTypeExtensionType
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:AircraftTypeExtensionType" 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 AircraftTypeType/icaoAircraftTypeDesignator
diagram BasicMessage_diagrams/BasicMessage_p234.png
namespace http://www.fixm.aero/flight/4.3
type fb:AircraftTypeDesignatorType
properties
content simple
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{2,4}
annotation
documentation
The aircraft type designator of the aircraft as specified in ICAO Doc 8643. [FIXM]
source <xs:element name="icaoAircraftTypeDesignator" type="fb:AircraftTypeDesignatorType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The aircraft type designator of the aircraft as specified in ICAO Doc 8643. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element AircraftTypeType/otherAircraftType
diagram BasicMessage_diagrams/BasicMessage_p235.png
namespace http://www.fixm.aero/flight/4.3
type fb:CharacterStringType
properties
content simple
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Other, non-ICAO identification of the aircraft type. [FIXM]
source <xs:element name="otherAircraftType" type="fb:CharacterStringType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Other, non-ICAO identification of the aircraft type. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


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