complexType FficeFFP_ArrivalType
diagram FficeTemplates_diagrams/FficeTemplates_p229.png
namespace http://www.fixm.aero/flight/4.2
type restriction of fx:ArrivalType
properties
base fx:ArrivalType
children fx:airportSlotIdentification fx:destinationAerodrome fx:destinationAerodromeAlternate fx:extension fx:reclearanceInFlight
used by
element FficeFFP_FlightType/arrival
annotation
documentation
Information about the actual arrival of the flight. [FIXM]
source <xs:complexType name="FficeFFP_ArrivalType">
 
<xs:annotation>
   
<xs:documentation>Information about the actual arrival of the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="fx:ArrivalType">
     
<xs:sequence>
       
<xs:element name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The identifier of the arrival airport slot allocated to the flight. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="destinationAerodrome" type="fb:AerodromeReferenceType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The aerodrome of intended landing. [ICAO Doc 4444 - extracted from the definition of Destination Alternate]
This is the aerodrome at which the flight is scheduled to arrive. [FIXM]
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="destinationAerodromeAlternate" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="2">
         
<xs:annotation>
           
<xs:documentation>An alternate aerodrome to which an aircraft may proceed should it become either impossible or inadvisable to land at the aerodrome of intended landing. [ICAO Doc 4444]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="extension" type="fb:ArrivalExtensionType" 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="reclearanceInFlight" type="fx:ReclearanceInFlightType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The route details to the revised destination aerodrome, followed by the ICAO four-letter location indicator of
the aerodrome. The revised route is subject to reclearance in flight. [ICAO Doc 4444]"
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeFFP_ArrivalType/airportSlotIdentification
diagram FficeTemplates_diagrams/FficeTemplates_p230.png
namespace http://www.fixm.aero/flight/4.2
type fb:AirportSlotIdentificationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 10
annotation
documentation
The identifier of the arrival airport slot allocated to the flight. [FIXM]
source <xs:element name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The identifier of the arrival airport slot allocated to the flight. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFFP_ArrivalType/destinationAerodrome
diagram FficeTemplates_diagrams/FficeTemplates_p231.png
namespace http://www.fixm.aero/flight/4.2
type fb:AerodromeReferenceType
properties
content complex
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features.  [FIXM]
annotation
documentation
The aerodrome of intended landing. [ICAO Doc 4444 - extracted from the definition of Destination Alternate]
This is the aerodrome at which the flight is scheduled to arrive. [FIXM]
source <xs:element name="destinationAerodrome" type="fb:AerodromeReferenceType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The aerodrome of intended landing. [ICAO Doc 4444 - extracted from the definition of Destination Alternate]
This is the aerodrome at which the flight is scheduled to arrive. [FIXM]
</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFFP_ArrivalType/destinationAerodromeAlternate
diagram FficeTemplates_diagrams/FficeTemplates_p232.png
namespace http://www.fixm.aero/flight/4.2
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 2
content complex
nillable true
children fb:extension fb:iataDesignator fb:locationIndicator fb:name fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features.  [FIXM]
annotation
documentation
An alternate aerodrome to which an aircraft may proceed should it become either impossible or inadvisable to land at the aerodrome of intended landing. [ICAO Doc 4444]
source <xs:element name="destinationAerodromeAlternate" type="fb:AerodromeReferenceType" nillable="true" minOccurs="0" maxOccurs="2">
 
<xs:annotation>
   
<xs:documentation>An alternate aerodrome to which an aircraft may proceed should it become either impossible or inadvisable to land at the aerodrome of intended landing. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFFP_ArrivalType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p233.png
namespace http://www.fixm.aero/flight/4.2
type fb:ArrivalExtensionType
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:ArrivalExtensionType" 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 FficeFFP_ArrivalType/reclearanceInFlight
diagram FficeTemplates_diagrams/FficeTemplates_p234.png
namespace http://www.fixm.aero/flight/4.2
type fx:ReclearanceInFlightType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:filedRevisedDestinationAerodrome fx:routeToRevisedDestination
annotation
documentation
The route details to the revised destination aerodrome, followed by the ICAO four-letter location indicator of
the aerodrome. The revised route is subject to reclearance in flight. [ICAO Doc 4444]"
source <xs:element name="reclearanceInFlight" type="fx:ReclearanceInFlightType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The route details to the revised destination aerodrome, followed by the ICAO four-letter location indicator of
the aerodrome. The revised route is subject to reclearance in flight. [ICAO Doc 4444]"
</xs:documentation>
 
</xs:annotation>
</xs:element>


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