simpleType AircraftRegistrationType
namespace http://www.fixm.aero/flight/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
simpleType AircraftRegistrationListType
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{1,7}
annotation
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]
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>


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