simpleType AircraftIdentificationType
namespace http://www.fixm.aero/base/4.1
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
attribute FlightIdentificationType/@aircraftIdentification
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{2,7}
annotation
documentation

            A group of letters, figures or a combination thereof which is either identical to,
            or the coded equivalent of, the aircraft call sign to be used in air-ground communications,
            and which is used to identify the aircraft in ground-ground air traffic services
            communications. [ICAO Doc 4444]
        
source <simpleType name="AircraftIdentificationType">
 
<annotation>
   
<documentation>
            A group of letters, figures or a combination thereof which is either identical to,
            or the coded equivalent of, the aircraft call sign to be used in air-ground communications,
            and which is used to identify the aircraft in ground-ground air traffic services
            communications. [ICAO Doc 4444]
        
</documentation>
 
</annotation>
 
<restriction base="fb:CharacterStringType">
   
<pattern value="[A-Z0-9]{2,7}"/>
 
</restriction>
</simpleType>


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