complexType AircraftTypeChoiceType
diagram Fixm_diagrams/Fixm_p208.png
namespace http://www.fixm.aero/flight/4.2
children fx:icaoAircraftTypeDesignator fx:otherAircraftType
used by
element AircraftTypeType/type
annotation
documentation
An aircraft type choice being either:
- the ICAO designator of the aircraft type, as specified in ICAO Doc 8643, Aircraft Type Designators.
- if no such designator has been assigned, any other identification of the aircraft type.
[FIXM]
source <xs:complexType name="AircraftTypeChoiceType">
 
<xs:annotation>
   
<xs:documentation>An aircraft type choice being either:
- the ICAO designator of the aircraft type, as specified in ICAO Doc 8643, Aircraft Type Designators.
- if no such designator has been assigned, any other identification of the aircraft type.
[FIXM]
</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<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:complexType>

element AircraftTypeChoiceType/icaoAircraftTypeDesignator
diagram Fixm_diagrams/Fixm_p209.png
namespace http://www.fixm.aero/flight/4.2
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 AircraftTypeChoiceType/otherAircraftType
diagram Fixm_diagrams/Fixm_p210.png
namespace http://www.fixm.aero/flight/4.2
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