simpleType AircraftIdentificationType
namespace http://www.fixm.aero/base/4.2
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements FlightIdentificationType/aircraftIdentification FficeFFP_FlightIdentificationType/aircraftIdentification FficeFA_FlightIdentificationType/aircraftIdentification FficeFC_FlightIdentificationType/aircraftIdentification FficeFDRQ_FlightIdentificationType/aircraftIdentification FficeFD_FlightIdentificationType/aircraftIdentification FficeFPU_FlightIdentificationType/aircraftIdentification FficePFP_FlightIdentificationType/aircraftIdentification FficeTRQ_FlightIdentificationType/aircraftIdentification FlightIdentificationType/aircraftIdentificationPrevious FficeFPU_FlightIdentificationType/aircraftIdentificationPrevious
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 <xs:simpleType name="AircraftIdentificationType">
 
<xs:annotation>
   
<xs: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]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z0-9]{2,7}"/>
 
</xs:restriction>
</xs:simpleType>


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