complexType FlightIdentificationType
diagram Fixm_diagrams/Fixm_p344.png
namespace http://www.fixm.aero/flight/4.3
children fx:aircraftIdentification fx:aircraftIdentificationPrevious fx:extension fx:flightNumber fx:iataOperatorCode fx:operationalSuffix
used by
element FlightType/flightIdentification
annotation
documentation
A container of flight identifying data. [FIXM]
source <xs:complexType name="FlightIdentificationType">
 
<xs:annotation>
   
<xs:documentation>A container of flight identifying data. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="aircraftIdentification" type="fb:AircraftIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<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:element>
   
<xs:element name="aircraftIdentificationPrevious" type="fb:AircraftIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Specifies the previous aircraft identification value when a change is made.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:FlightIdentificationExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="flightNumber" type="fx:FlightNumberType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Up to four-digit commercial flight number.  [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="iataOperatorCode" type="fx:IataOperatorCodeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>IATA identifier for the operator of the flight.  [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="operationalSuffix" type="fx:OperationalSuffixType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>One character suffix used to further identify a flight. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FlightIdentificationType/aircraftIdentification
diagram Fixm_diagrams/Fixm_p345.png
namespace http://www.fixm.aero/flight/4.3
type fb:AircraftIdentificationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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:element name="aircraftIdentification" type="fb:AircraftIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<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:element>

element FlightIdentificationType/aircraftIdentificationPrevious
diagram Fixm_diagrams/Fixm_p346.png
namespace http://www.fixm.aero/flight/4.3
type fb:AircraftIdentificationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{2,7}
annotation
documentation
Specifies the previous aircraft identification value when a change is made.
source <xs:element name="aircraftIdentificationPrevious" type="fb:AircraftIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Specifies the previous aircraft identification value when a change is made.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightIdentificationType/extension
diagram Fixm_diagrams/Fixm_p347.png
namespace http://www.fixm.aero/flight/4.3
type fb:FlightIdentificationExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:FlightIdentificationExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightIdentificationType/flightNumber
diagram Fixm_diagrams/Fixm_p348.png
namespace http://www.fixm.aero/flight/4.3
type fx:FlightNumberType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minInclusive 1
maxInclusive 9999
annotation
documentation
Up to four-digit commercial flight number.  [FIXM]
source <xs:element name="flightNumber" type="fx:FlightNumberType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Up to four-digit commercial flight number.  [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightIdentificationType/iataOperatorCode
diagram Fixm_diagrams/Fixm_p349.png
namespace http://www.fixm.aero/flight/4.3
type fx:IataOperatorCodeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{2,3}|[A-Z][0-9]|[0-9][A-Z]
annotation
documentation
IATA identifier for the operator of the flight.  [FIXM]
source <xs:element name="iataOperatorCode" type="fx:IataOperatorCodeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>IATA identifier for the operator of the flight.  [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FlightIdentificationType/operationalSuffix
diagram Fixm_diagrams/Fixm_p350.png
namespace http://www.fixm.aero/flight/4.3
type fx:OperationalSuffixType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]
annotation
documentation
One character suffix used to further identify a flight. [FIXM]
source <xs:element name="operationalSuffix" type="fx:OperationalSuffixType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>One character suffix used to further identify a flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


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