complexType ArrivalType
diagram Nas_diagrams/Nas_p491.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:aerodrome fx:arrivalAerodrome fx:destinationAerodrome fx:destinationAerodromeAlternate fx:reclearanceInFlight
used by
elements Arrival FlightType/arrival
attributes
Name  Type  Use  Default  Fixed  Annotation
actualTimeOfArrival  fb:TimeType  optional      
documentation

                     The actual time of arrival. [ICAO Doc 4444, Appendix 3, Field Type 17]
                 
airportSlotIdentification  fb:AirportSlotIdentificationType  optional      
documentation

                     The identifier of the arrival airport slot allocated to the flight. [FIXM]
                 
runwayDirection  fb:RunwayDirectionDesignatorType  optional      
documentation

                     The runway direction on which the flight has actually landed. [FIXM]
                 
annotation
documentation

            Information about the actual arrival of the flight. [FIXM]
        
source <complexType name="ArrivalType">
 
<annotation>
   
<documentation>
            Information about the actual arrival of the flight. [FIXM]
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="aerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The aerodrome at which the flight has actually arrived. [FIXM]
                       
<deprecated>
               
<deletionVersion>5.0</deletionVersion>
               
<deprecationVersion>4.1</deprecationVersion>
               
<rationale>CR #11. Simply Arrival Destination Modeling.</rationale>
               
<replacement>Fixm.Flight.Arrival.Arrival.arrivalAerodrome</replacement>
             
</deprecated>
           
</documentation>
         
</annotation>
       
</element>
       
<element name="arrivalAerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The aerodrome at which the flight has actually arrived. [FIXM]
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="destinationAerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
         
<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]
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="destinationAerodromeAlternate" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="2">
         
<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]
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="reclearanceInFlight" type="fx:ReclearanceInFlightType" minOccurs="0" maxOccurs="1">
         
<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]"
                       
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="actualTimeOfArrival" type="fb:TimeType" use="optional">
       
<annotation>
         
<documentation>
                     The actual time of arrival. [ICAO Doc 4444, Appendix 3, Field Type 17]
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" use="optional">
       
<annotation>
         
<documentation>
                     The identifier of the arrival airport slot allocated to the flight. [FIXM]
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="runwayDirection" type="fb:RunwayDirectionDesignatorType" use="optional">
       
<annotation>
         
<documentation>
                     The runway direction on which the flight has actually landed. [FIXM]
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute ArrivalType/@actualTimeOfArrival
type fb:TimeType
properties
use optional
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation

                     The actual time of arrival. [ICAO Doc 4444, Appendix 3, Field Type 17]
                 
source <attribute name="actualTimeOfArrival" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
                     The actual time of arrival. [ICAO Doc 4444, Appendix 3, Field Type 17]
                 
</documentation>
 
</annotation>
</attribute>

attribute ArrivalType/@airportSlotIdentification
type fb:AirportSlotIdentificationType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 10
annotation
documentation

                     The identifier of the arrival airport slot allocated to the flight. [FIXM]
                 
source <attribute name="airportSlotIdentification" type="fb:AirportSlotIdentificationType" use="optional">
 
<annotation>
   
<documentation>
                     The identifier of the arrival airport slot allocated to the flight. [FIXM]
                 
</documentation>
 
</annotation>
</attribute>

attribute ArrivalType/@runwayDirection
type fb:RunwayDirectionDesignatorType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern (0[1-9]|[12][0-9]|3[0-6])[LRC]{0,1}
annotation
documentation

                     The runway direction on which the flight has actually landed. [FIXM]
                 
source <attribute name="runwayDirection" type="fb:RunwayDirectionDesignatorType" use="optional">
 
<annotation>
   
<documentation>
                     The runway direction on which the flight has actually landed. [FIXM]
                 
</documentation>
 
</annotation>
</attribute>

element ArrivalType/aerodrome
diagram Nas_diagrams/Nas_p492.png
namespace http://www.fixm.aero/flight/4.1
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
name  fb:AerodromeNameType  optional      
documentation

                     The primary official name of an aerodrome as designated by an appropriate authority.
                     [AIXM 5.1]
                 
xlink:type  xlink:typeType      simple  
xlink:href  xlink:hrefType        
xlink:role  xlink:roleType        
xlink:arcrole  xlink:arcroleType        
xlink:title  xlink:titleAttrType        
xlink:show  xlink:showType        
xlink:actuate  xlink:actuateType        
annotation
documentation

                        The aerodrome at which the flight has actually arrived. [FIXM]
                        <deprecated>
<deletionVersion>5.0</deletionVersion>
<deprecationVersion>4.1</deprecationVersion>
<rationale>CR #11. Simply Arrival Destination Modeling.</rationale>
<replacement>Fixm.Flight.Arrival.Arrival.arrivalAerodrome</replacement>
</deprecated>
source <element name="aerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The aerodrome at which the flight has actually arrived. [FIXM]
                       
<deprecated>
       
<deletionVersion>5.0</deletionVersion>
       
<deprecationVersion>4.1</deprecationVersion>
       
<rationale>CR #11. Simply Arrival Destination Modeling.</rationale>
       
<replacement>Fixm.Flight.Arrival.Arrival.arrivalAerodrome</replacement>
     
</deprecated>
   
</documentation>
 
</annotation>
</element>

element ArrivalType/arrivalAerodrome
diagram Nas_diagrams/Nas_p493.png
namespace http://www.fixm.aero/flight/4.1
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
name  fb:AerodromeNameType  optional      
documentation

                     The primary official name of an aerodrome as designated by an appropriate authority.
                     [AIXM 5.1]
                 
xlink:type  xlink:typeType      simple  
xlink:href  xlink:hrefType        
xlink:role  xlink:roleType        
xlink:arcrole  xlink:arcroleType        
xlink:title  xlink:titleAttrType        
xlink:show  xlink:showType        
xlink:actuate  xlink:actuateType        
annotation
documentation

                        The aerodrome at which the flight has actually arrived. [FIXM]
                    
source <element name="arrivalAerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The aerodrome at which the flight has actually arrived. [FIXM]
                    
</documentation>
 
</annotation>
</element>

element ArrivalType/destinationAerodrome
diagram Nas_diagrams/Nas_p494.png
namespace http://www.fixm.aero/flight/4.1
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
name  fb:AerodromeNameType  optional      
documentation

                     The primary official name of an aerodrome as designated by an appropriate authority.
                     [AIXM 5.1]
                 
xlink:type  xlink:typeType      simple  
xlink:href  xlink:hrefType        
xlink:role  xlink:roleType        
xlink:arcrole  xlink:arcroleType        
xlink:title  xlink:titleAttrType        
xlink:show  xlink:showType        
xlink:actuate  xlink:actuateType        
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 <element name="destinationAerodrome" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="1">
 
<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]
                    
</documentation>
 
</annotation>
</element>

element ArrivalType/destinationAerodromeAlternate
diagram Nas_diagrams/Nas_p495.png
namespace http://www.fixm.aero/flight/4.1
type fb:AerodromeReferenceType
properties
minOcc 0
maxOcc 2
content complex
children fb:extension fb:referencePoint
attributes
Name  Type  Use  Default  Fixed  Annotation
name  fb:AerodromeNameType  optional      
documentation

                     The primary official name of an aerodrome as designated by an appropriate authority.
                     [AIXM 5.1]
                 
xlink:type  xlink:typeType      simple  
xlink:href  xlink:hrefType        
xlink:role  xlink:roleType        
xlink:arcrole  xlink:arcroleType        
xlink:title  xlink:titleAttrType        
xlink:show  xlink:showType        
xlink:actuate  xlink:actuateType        
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 <element name="destinationAerodromeAlternate" type="fb:AerodromeReferenceType" minOccurs="0" maxOccurs="2">
 
<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]
                    
</documentation>
 
</annotation>
</element>

element ArrivalType/reclearanceInFlight
diagram Nas_diagrams/Nas_p496.png
namespace http://www.fixm.aero/flight/4.1
type fx:ReclearanceInFlightType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:filedRevisedDestinationAerodrome
attributes
Name  Type  Use  Default  Fixed  Annotation
routeToRevisedDestination  fb:CharacterStringType  optional      
documentation

                     Route to the revised destination aerodrome. [FIXM]
                 
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 <element name="reclearanceInFlight" type="fx:ReclearanceInFlightType" minOccurs="0" maxOccurs="1">
 
<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]"
                       
                    
</documentation>
 
</annotation>
</element>


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