complexType RouteTrajectoryType
diagram Nas_diagrams/Nas_p720.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:climbProfile fx:climbSchedule fx:descentProfile fx:descentSchedule fx:element fx:routeInformation fx:takeoffWeight
used by
elements FlightType/agreed FlightType/current FlightType/filed FlightType/negotiating RankedTrajectoryType/routeTrajectory RouteTrajectory
annotation
documentation

            Groups and associates a Route and Trajectory.
        
source <complexType name="RouteTrajectoryType">
 
<annotation>
   
<documentation>
            Groups and associates a Route and Trajectory.
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="climbProfile" type="fx:PerformanceProfileType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        A zero-wind, standard atmosphere, unconstrained climb profile reflective of the flight
                        capabilities and desired parameters during climb.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="climbSchedule" type="fx:SpeedScheduleType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Initially submitted by the airspace user, this defines the target speed in both Indicated
                        Airspeed (IAS) and MACH so the aircraft can climb through the crossover altitude
                        and target the MACH speed when needed.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="descentProfile" type="fx:PerformanceProfileType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        A zero-wind, standard atmosphere, unconstrained descent profile reflective of the
                        flight capabilities and desired parameters during descent.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="descentSchedule" type="fx:SpeedScheduleType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Initially submitted by the airspace user, this defines the target speed in both (Indicated
                        Airspeed) IAS and MACH so the aircraft can descend through the crossover altitude
                        and target the IAS speed when needed.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="element" type="fx:FlightRouteElementType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        A container for information pertinent to a single point in a trajectory. The elements
                        are ordered according to increasing time/distance from the start point.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="routeInformation" type="fx:FlightRouteInformationType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Contains information about the Flight Route. The route is comprised of Route Segments,
                        which are comprised of Route Point/Airway pairs. Route also contains an expanded
                        route.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="takeoffWeight" type="fb:WeightType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The estimated takeoff weight of the aircraft.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element RouteTrajectoryType/climbProfile
diagram Nas_diagrams/Nas_p721.png
namespace http://www.fixm.aero/flight/4.1
type fx:PerformanceProfileType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:profilePoint
annotation
documentation

                        A zero-wind, standard atmosphere, unconstrained climb profile reflective of the flight
                        capabilities and desired parameters during climb.
                    
source <element name="climbProfile" type="fx:PerformanceProfileType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        A zero-wind, standard atmosphere, unconstrained climb profile reflective of the flight
                        capabilities and desired parameters during climb.
                    
</documentation>
 
</annotation>
</element>

element RouteTrajectoryType/climbSchedule
diagram Nas_diagrams/Nas_p722.png
namespace http://www.fixm.aero/flight/4.1
type fx:SpeedScheduleType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:initialSpeed fx:subsequentSpeed
annotation
documentation

                        Initially submitted by the airspace user, this defines the target speed in both Indicated
                        Airspeed (IAS) and MACH so the aircraft can climb through the crossover altitude
                        and target the MACH speed when needed.
                    
source <element name="climbSchedule" type="fx:SpeedScheduleType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Initially submitted by the airspace user, this defines the target speed in both Indicated
                        Airspeed (IAS) and MACH so the aircraft can climb through the crossover altitude
                        and target the MACH speed when needed.
                    
</documentation>
 
</annotation>
</element>

element RouteTrajectoryType/descentProfile
diagram Nas_diagrams/Nas_p723.png
namespace http://www.fixm.aero/flight/4.1
type fx:PerformanceProfileType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:profilePoint
annotation
documentation

                        A zero-wind, standard atmosphere, unconstrained descent profile reflective of the
                        flight capabilities and desired parameters during descent.
                    
source <element name="descentProfile" type="fx:PerformanceProfileType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        A zero-wind, standard atmosphere, unconstrained descent profile reflective of the
                        flight capabilities and desired parameters during descent.
                    
</documentation>
 
</annotation>
</element>

element RouteTrajectoryType/descentSchedule
diagram Nas_diagrams/Nas_p724.png
namespace http://www.fixm.aero/flight/4.1
type fx:SpeedScheduleType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:initialSpeed fx:subsequentSpeed
annotation
documentation

                        Initially submitted by the airspace user, this defines the target speed in both (Indicated
                        Airspeed) IAS and MACH so the aircraft can descend through the crossover altitude
                        and target the IAS speed when needed.
                    
source <element name="descentSchedule" type="fx:SpeedScheduleType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Initially submitted by the airspace user, this defines the target speed in both (Indicated
                        Airspeed) IAS and MACH so the aircraft can descend through the crossover altitude
                        and target the IAS speed when needed.
                    
</documentation>
 
</annotation>
</element>

element RouteTrajectoryType/element
diagram Nas_diagrams/Nas_p725.png
namespace http://www.fixm.aero/flight/4.1
type fx:FlightRouteElementType
properties
minOcc 0
maxOcc 2000
content complex
children fb:extension fx:alongRouteDistance fx:constraint fx:enRouteDelay fx:point4D fx:routeChange fx:routeDesignatorToNextElement fx:routePoint fx:sidStarAbbreviatedDesignatorToNextElement
attributes
Name  Type  Use  Default  Fixed  Annotation
flightRulesChange  fx:FlightRulesType  optional      
documentation

                     Describes the planned change of flight rules (e.g., IFR/VFR) associated with a route
                     point.
                 
modified  fx:ModifiedRouteItemIndicatorType  optional      
documentation

                     Identifies if the route point or element was modified from the reference version,
                     identified in the message, during negotiation by an ASP.
                 
modifiedRouteItemReference  fb:CharacterStringType  optional      
documentation

                     A reference to an ATFM program name that modified the route.
                 
routeTerminationIndicator  fx:RouteTruncationIndicatorType  optional      
documentation

                     Indicates the route description is truncated at the preceding point.
                     <deprecated>
<deletionVersion>5.0.0</deletionVersion>
<deprecationVersion>4.1.0</deprecationVersion>
<rationale>CR #37 Align with FF-ICE Terminology</rationale>
<replacement>Fixm.Flight.FlightRouteTrajectory.RouteTrajectory.FlightRouteElement.routeTruncationIndicator</replacement>
</deprecated>
routeTruncationIndicator  fx:RouteTruncationIndicatorType  optional      
documentation

                     Indicates the route description is truncated at the preceding point.
                 
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

                        A container for information pertinent to a single point in a trajectory. The elements
                        are ordered according to increasing time/distance from the start point.
                    
source <element name="element" type="fx:FlightRouteElementType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        A container for information pertinent to a single point in a trajectory. The elements
                        are ordered according to increasing time/distance from the start point.
                    
</documentation>
 
</annotation>
</element>

element RouteTrajectoryType/routeInformation
diagram Nas_diagrams/Nas_p726.png
namespace http://www.fixm.aero/flight/4.1
type fx:FlightRouteInformationType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:cruisingLevel fx:cruisingSpeed fx:estimatedElapsedTime
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 information about the Flight Route. The route is comprised of Route Segments,
                        which are comprised of Route Point/Airway pairs. Route also contains an expanded
                        route.
                    
source <element name="routeInformation" type="fx:FlightRouteInformationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Contains information about the Flight Route. The route is comprised of Route Segments,
                        which are comprised of Route Point/Airway pairs. Route also contains an expanded
                        route.
                    
</documentation>
 
</annotation>
</element>

element RouteTrajectoryType/takeoffWeight
diagram Nas_diagrams/Nas_p727.png
namespace http://www.fixm.aero/flight/4.1
type fb:WeightType
properties
minOcc 0
maxOcc 1
content complex
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomWeightType  required      
documentation

                     Unit of measure
                 
annotation
documentation

                        The estimated takeoff weight of the aircraft.
                    
source <element name="takeoffWeight" type="fb:WeightType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The estimated takeoff weight of the aircraft.
                    
</documentation>
 
</annotation>
</element>


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