complexType FficeFPU_RouteTrajectoryGroupType
diagram FficeTemplates_diagrams/FficeTemplates_p1144.png
namespace http://www.fixm.aero/flight/4.2
type restriction of fx:RouteTrajectoryGroupType
properties
base fx:RouteTrajectoryGroupType
children fx:climbProfile fx:climbSchedule fx:descentProfile fx:descentSchedule fx:element fx:extension fx:routeInformation fx:takeoffMass
used by
elements FficeFPU_RouteTrajectoryGroupContainerType/desired FficeFPU_RouteTrajectoryGroupContainerType/filed
annotation
documentation
A data container supporting the representation of aircraft movement descriptions with variable levels of granularity.  This container enables the representation of a flight route and a 4D trajectory, as described in ICAO Doc 9965 Volume 2.  [FIXM]
source <xs:complexType name="FficeFPU_RouteTrajectoryGroupType">
 
<xs:annotation>
   
<xs:documentation>A data container supporting the representation of aircraft movement descriptions with variable levels of granularity.  This container enables the representation of a flight route and a 4D trajectory, as described in ICAO Doc 9965 Volume 2.  [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="fx:RouteTrajectoryGroupType">
     
<xs:sequence>
       
<xs:element name="climbProfile" type="fx:PerformanceProfileType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A zero-wind, standard atmosphere, unconstrained climb profile reflective of the flight capabilities and desired parameters during climb.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="climbSchedule" type="fx:SpeedScheduleType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs: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.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="descentProfile" type="fx:PerformanceProfileType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A zero-wind, standard atmosphere, unconstrained descent profile reflective of the flight capabilities and desired parameters during descent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="descentSchedule" type="fx:SpeedScheduleType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs: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.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="element" type="fx:FficeFPU_RouteTrajectoryElementType" nillable="true" minOccurs="0" maxOccurs="2000">
         
<xs:annotation>
           
<xs: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.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="extension" type="fb:RouteTrajectoryExtensionType" 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="routeInformation" type="fx:FficeFPU_FlightRouteInformationType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs: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.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="takeoffMass" type="fb:MassType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The estimated takeoff mass of the aircraft.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeFPU_RouteTrajectoryGroupType/climbProfile
diagram FficeTemplates_diagrams/FficeTemplates_p1145.png
namespace http://www.fixm.aero/flight/4.2
type fx:PerformanceProfileType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:profilePoint
annotation
documentation
A zero-wind, standard atmosphere, unconstrained climb profile reflective of the flight capabilities and desired parameters during climb.
source <xs:element name="climbProfile" type="fx:PerformanceProfileType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A zero-wind, standard atmosphere, unconstrained climb profile reflective of the flight capabilities and desired parameters during climb.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_RouteTrajectoryGroupType/climbSchedule
diagram FficeTemplates_diagrams/FficeTemplates_p1146.png
namespace http://www.fixm.aero/flight/4.2
type fx:SpeedScheduleType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx: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 <xs:element name="climbSchedule" type="fx:SpeedScheduleType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_RouteTrajectoryGroupType/descentProfile
diagram FficeTemplates_diagrams/FficeTemplates_p1147.png
namespace http://www.fixm.aero/flight/4.2
type fx:PerformanceProfileType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:extension fx:profilePoint
annotation
documentation
A zero-wind, standard atmosphere, unconstrained descent profile reflective of the flight capabilities and desired parameters during descent.
source <xs:element name="descentProfile" type="fx:PerformanceProfileType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A zero-wind, standard atmosphere, unconstrained descent profile reflective of the flight capabilities and desired parameters during descent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_RouteTrajectoryGroupType/descentSchedule
diagram FficeTemplates_diagrams/FficeTemplates_p1148.png
namespace http://www.fixm.aero/flight/4.2
type fx:SpeedScheduleType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx: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 <xs:element name="descentSchedule" type="fx:SpeedScheduleType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_RouteTrajectoryGroupType/element
diagram FficeTemplates_diagrams/FficeTemplates_p1149.png
namespace http://www.fixm.aero/flight/4.2
type fx:FficeFPU_RouteTrajectoryElementType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:alongRouteDistance fx:constraint fx:elementStartPoint fx:enRouteDelay fx:extension fx:flightRulesChange fx:point4D fx:routeChange fx:routeDesignatorToNextElement fx:routeTruncationIndicator
attributes
Name  Type  Use  Default  Fixed  Annotation
seqNum  fb:CountType  optional      
documentation
Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]
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 <xs:element name="element" type="fx:FficeFPU_RouteTrajectoryElementType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_RouteTrajectoryGroupType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p1150.png
namespace http://www.fixm.aero/flight/4.2
type fb:RouteTrajectoryExtensionType
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:RouteTrajectoryExtensionType" 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 FficeFPU_RouteTrajectoryGroupType/routeInformation
diagram FficeTemplates_diagrams/FficeTemplates_p1151.png
namespace http://www.fixm.aero/flight/4.2
type fx:FficeFPU_FlightRouteInformationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:airfileRouteStartTime fx:cruisingLevel fx:cruisingSpeed fx:estimatedElapsedTime fx:extension fx:flightRulesCategory fx:totalEstimatedElapsedTime
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 <xs:element name="routeInformation" type="fx:FficeFPU_FlightRouteInformationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeFPU_RouteTrajectoryGroupType/takeoffMass
diagram FficeTemplates_diagrams/FficeTemplates_p1152.png
namespace http://www.fixm.aero/flight/4.2
type fb:MassType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomMassType  required      
documentation
Unit of measure
annotation
documentation
The estimated takeoff mass of the aircraft.
source <xs:element name="takeoffMass" type="fb:MassType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The estimated takeoff mass of the aircraft.</xs:documentation>
 
</xs:annotation>
</xs:element>


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