simpleType AircraftTypeDesignatorType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element AircraftTypeChoiceType/icaoAircraftTypeDesignator
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{2,4}
annotation
documentation
A group of alphanumeric characters used to identify, in an abbreviated form, a type of aircraft. [ICAO Doc 9426]

Approved aircraft type designators are defined in ICAO Doc. 8643 - Aircraft Type Designators. [FIXM]
source <xs:simpleType name="AircraftTypeDesignatorType">
 
<xs:annotation>
   
<xs:documentation>A group of alphanumeric characters used to identify, in an abbreviated form, a type of aircraft. [ICAO Doc 9426]

Approved aircraft type designators are defined in ICAO Doc. 8643 - Aircraft Type Designators. [FIXM]
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z0-9]{2,4}"/>
 
</xs:restriction>
</xs:simpleType>


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