namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||
type | restriction of fb:CharacterStringType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="AircraftRegistrationType"> <xs:annotation> <xs:documentation>A unique, alphanumeric string that identifies a civil aircraft and consists of the Aircraft Nationality or Common Mark and an additional alphanumeric string, the registration mark, assigned by the state of registry or common mark registering authority. [FIXM]</xs:documentation> </xs:annotation> <xs:restriction base="fb:CharacterStringType"> <xs:pattern value="[A-Z0-9]{1,7}"/> </xs:restriction> </xs:simpleType> |