simpleType AircraftAddressType
namespace http://www.fixm.aero/flight/4.1
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
attribute AircraftType/@aircraftAddress
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9A-F]{6}
annotation
documentation

            A unique combination of twenty-four bits available for assignment to an aircraft
            for the purpose of air-ground communications, navigation and surveillance. [ICAO
            Doc 4444]
        
source <simpleType name="AircraftAddressType">
 
<annotation>
   
<documentation>
            A unique combination of twenty-four bits available for assignment to an aircraft
            for the purpose of air-ground communications, navigation and surveillance. [ICAO
            Doc 4444]
        
</documentation>
 
</annotation>
 
<restriction base="fb:CharacterStringType">
   
<pattern value="[0-9A-F]{6}"/>
 
</restriction>
</simpleType>


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