namespace | http://www.fixm.aero/base/4.2 | ||||||||||||
type | restriction of fb:CharacterStringType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="IataAerodromeDesignatorType"> <xs:annotation> <xs:documentation>The three letter coded location identifier of an aerodrome according to the IATA Resolution 763. [adapted from AIXM 5.1]</xs:documentation> </xs:annotation> <xs:restriction base="fb:CharacterStringType"> <xs:pattern value="[A-Z]{3}"/> </xs:restriction> </xs:simpleType> |