diagram | |||
namespace | http://www.fixm.aero/flight/4.2 | ||
children | fx:icaoAircraftTypeDesignator fx:otherAircraftType | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||
type | fb:AircraftTypeDesignatorType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | ||||||||||
namespace | http://www.fixm.aero/flight/4.2 | |||||||||
type | fb:CharacterStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |