complexType FlightRouteInformationType
diagram Nas_diagrams/Nas_p699.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:cruisingLevel fx:cruisingSpeed fx:estimatedElapsedTime
used by
elements FlightRouteInformation RouteTrajectoryType/routeInformation
attributes
Name  Type  Use  Default  Fixed  Annotation
airfileRouteStartTime  fb:TimeType  optional      
documentation

                     The actual or estimated time of departure from the first point on the route for a
                     flight filed in the air.
                 
flightRulesCategory  fx:FlightRulesCategoryType  optional      
documentation

                     The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444,
                     Appendix 2, Item 8]
                 
routeText  fb:CharacterStringType  optional      
documentation

                     A string of route elements complying with PANS-ATM Item 15c
                 
totalEstimatedElapsedTime  fb:DurationType  optional      
documentation

                     For IFR flights, the estimated time required from take-off to arrive over that designated
                     point, defined by reference to navigation aids, from which it is intended that an
                     instrument approach procedure will be commenced, or, if no navigation aid is associated
                     with the destination aerodrome, to arrive over the destination aerodrome. For VFR
                     flights, the estimated time required from take-off to arrive over the destination
                     aerodrome. [ICAO Doc 4444]
                     For a flight plan received from an aircraft in flight, the total estimated elapsed
                     time is the estimated time from the first point of the route to which the flight
                     plan applies to the termination point of the flight plan. [ICAO Doc 4444, Appendix
                     2, ITEM 16]
                 
annotation
documentation

            Contains basic information about the Flight Route that pertains to the whole flight.
           
        
source <complexType name="FlightRouteInformationType">
 
<annotation>
   
<documentation>
            Contains basic information about the Flight Route that pertains to the whole flight.
           
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="cruisingLevel" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The filed altitude (flight level) for the first or the whole cruising portion of
                        the flight.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="cruisingSpeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The true airspeed for the first or the whole cruising portion of the flight.  This
                        can be for a filed flight or an active flight.  This element is strategic in nature.
                       
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="estimatedElapsedTime" type="fx:EstimatedElapsedTimeType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        The estimated amount of time from takeoff to reach a significant point or Flight
                        Information Region (FIR) boundary along the route of flight. Elements are ordered
                        according to increasing duration from start.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="airfileRouteStartTime" type="fb:TimeType" use="optional">
       
<annotation>
         
<documentation>
                     The actual or estimated time of departure from the first point on the route for a
                     flight filed in the air.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="flightRulesCategory" type="fx:FlightRulesCategoryType" use="optional">
       
<annotation>
         
<documentation>
                     The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444,
                     Appendix 2, Item 8]
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="routeText" type="fb:CharacterStringType" use="optional">
       
<annotation>
         
<documentation>
                     A string of route elements complying with PANS-ATM Item 15c
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="totalEstimatedElapsedTime" type="fb:DurationType" use="optional">
       
<annotation>
         
<documentation>
                     For IFR flights, the estimated time required from take-off to arrive over that designated
                     point, defined by reference to navigation aids, from which it is intended that an
                     instrument approach procedure will be commenced, or, if no navigation aid is associated
                     with the destination aerodrome, to arrive over the destination aerodrome. For VFR
                     flights, the estimated time required from take-off to arrive over the destination
                     aerodrome. [ICAO Doc 4444]
                     For a flight plan received from an aircraft in flight, the total estimated elapsed
                     time is the estimated time from the first point of the route to which the flight
                     plan applies to the termination point of the flight plan. [ICAO Doc 4444, Appendix
                     2, ITEM 16]
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute FlightRouteInformationType/@airfileRouteStartTime
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 or estimated time of departure from the first point on the route for a
                     flight filed in the air.
                 
source <attribute name="airfileRouteStartTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
                     The actual or estimated time of departure from the first point on the route for a
                     flight filed in the air.
                 
</documentation>
 
</annotation>
</attribute>

attribute FlightRouteInformationType/@flightRulesCategory
type fx:FlightRulesCategoryType
properties
use optional
facets
Kind Value Annotation
enumeration I
enumeration V
enumeration Y
enumeration Z
annotation
documentation

                     The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444,
                     Appendix 2, Item 8]
                 
source <attribute name="flightRulesCategory" type="fx:FlightRulesCategoryType" use="optional">
 
<annotation>
   
<documentation>
                     The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444,
                     Appendix 2, Item 8]
                 
</documentation>
 
</annotation>
</attribute>

attribute FlightRouteInformationType/@routeText
type fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation

                     A string of route elements complying with PANS-ATM Item 15c
                 
source <attribute name="routeText" type="fb:CharacterStringType" use="optional">
 
<annotation>
   
<documentation>
                     A string of route elements complying with PANS-ATM Item 15c
                 
</documentation>
 
</annotation>
</attribute>

attribute FlightRouteInformationType/@totalEstimatedElapsedTime
type fb:DurationType
properties
use optional
annotation
documentation

                     For IFR flights, the estimated time required from take-off to arrive over that designated
                     point, defined by reference to navigation aids, from which it is intended that an
                     instrument approach procedure will be commenced, or, if no navigation aid is associated
                     with the destination aerodrome, to arrive over the destination aerodrome. For VFR
                     flights, the estimated time required from take-off to arrive over the destination
                     aerodrome. [ICAO Doc 4444]
                     For a flight plan received from an aircraft in flight, the total estimated elapsed
                     time is the estimated time from the first point of the route to which the flight
                     plan applies to the termination point of the flight plan. [ICAO Doc 4444, Appendix
                     2, ITEM 16]
                 
source <attribute name="totalEstimatedElapsedTime" type="fb:DurationType" use="optional">
 
<annotation>
   
<documentation>
                     For IFR flights, the estimated time required from take-off to arrive over that designated
                     point, defined by reference to navigation aids, from which it is intended that an
                     instrument approach procedure will be commenced, or, if no navigation aid is associated
                     with the destination aerodrome, to arrive over the destination aerodrome. For VFR
                     flights, the estimated time required from take-off to arrive over the destination
                     aerodrome. [ICAO Doc 4444]
                     For a flight plan received from an aircraft in flight, the total estimated elapsed
                     time is the estimated time from the first point of the route to which the flight
                     plan applies to the termination point of the flight plan. [ICAO Doc 4444, Appendix
                     2, ITEM 16]
                 
</documentation>
 
</annotation>
</attribute>

element FlightRouteInformationType/cruisingLevel
diagram Nas_diagrams/Nas_p700.png
namespace http://www.fixm.aero/flight/4.1
type fb:FlightLevelOrAltitudeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fb:altitude fb:flightLevel
annotation
documentation

                        The filed altitude (flight level) for the first or the whole cruising portion of
                        the flight.
                    
source <element name="cruisingLevel" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The filed altitude (flight level) for the first or the whole cruising portion of
                        the flight.
                    
</documentation>
 
</annotation>
</element>

element FlightRouteInformationType/cruisingSpeed
diagram Nas_diagrams/Nas_p701.png
namespace http://www.fixm.aero/flight/4.1
type fb:TrueAirspeedType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation

                     Unit of measure
                 
annotation
documentation

                        The true airspeed for the first or the whole cruising portion of the flight.  This
                        can be for a filed flight or an active flight.  This element is strategic in nature.
                       
                    
source <element name="cruisingSpeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The true airspeed for the first or the whole cruising portion of the flight.  This
                        can be for a filed flight or an active flight.  This element is strategic in nature.
                       
                    
</documentation>
 
</annotation>
</element>

element FlightRouteInformationType/estimatedElapsedTime
diagram Nas_diagrams/Nas_p702.png
namespace http://www.fixm.aero/flight/4.1
type fx:EstimatedElapsedTimeType
properties
minOcc 0
maxOcc 2000
content complex
children fb:extension fx:location
attributes
Name  Type  Use  Default  Fixed  Annotation
elapsedTime  fb:DurationType  optional      
documentation

                     The estimated amount of elapsed time.
                 
seqNum  derived by: int  optional      
documentation

                     Incrementing identifier used to ensure the sequence of ordered lists is retained.
                     [FIXM]. The identifier should begin at zero.
                 
annotation
documentation

                        The estimated amount of time from takeoff to reach a significant point or Flight
                        Information Region (FIR) boundary along the route of flight. Elements are ordered
                        according to increasing duration from start.
                    
source <element name="estimatedElapsedTime" type="fx:EstimatedElapsedTimeType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        The estimated amount of time from takeoff to reach a significant point or Flight
                        Information Region (FIR) boundary along the route of flight. Elements are ordered
                        according to increasing duration from start.
                    
</documentation>
 
</annotation>
</element>


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