simpleType AircraftRegistrationType
namespace http://www.fixm.aero/flight/4.1
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
attribute AircraftType/@registration
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 <simpleType name="AircraftRegistrationType">
 
<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]
           
        
</documentation>
 
</annotation>
 
<restriction base="fb:CharacterStringType">
   
<pattern value="[A-Z0-9]{1,7}"/>
 
</restriction>
</simpleType>


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