Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema RouteTrajectory.xsd
Namespace http://www.fixm.aero/icao/1.0
Annotations
Copyright (c) 2017 Airservices Australia, DSNA, EUROCONTROL, GCAA UAE, IATA, 
       International Coordinating Council of Aerospace Industries Associations, JCAB, NATS 
       Limited, 
       NAV CANADA, SESAR Joint Undertaking & US FAA 
       =========================================== 
       All rights reserved. 
        
       Redistribution and use in source and binary forms, with or without modification, 
       are permitted provided that the 
       following conditions are met: 
* Redistributions of source code must retain the above copyright notice, this list of conditions and the disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions
  and the disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the names of Airservices Australia, DSNA, EUROCONTROL, GCAA UAE, IATA, International Coordinating 
  Council of Aerospace Industries Associations, JCAB, NATS Limited, NAV CANADA, SESAR Joint Undertaking & 
  US FAA nor the names of their contributors may be used to endorse or promote products derived from this
  specification without specific prior written permission.
        
       DISCLAIMER 
        
       THIS SPECIFICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
       AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
       IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
       INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
       TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
       BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
       CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
       ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
       DAMAGE. 
        
       ========================================== 
       Editorial note: this license is an instance of the BSD license template as provided 
       by the Open Source Initiative: 
       http://www.opensource.org/licenses/bsd-license.php 
        
       The authoritative reference for FIXM is www.FIXM.aero. 
        
       Details on Airservices Australia: http://www.airservicesaustralia.com/ 
       Details on DSNA: http://www.developpement-durable.gouv.fr/-Navigation-aerienne-.html 
       
       Details on EUROCONTROL: http://www.eurocontrol.int/ 
       Details on IATA: http://www.iata.org/Pages/default.aspx 
       Details on JCAB: http://www.mlit.go.jp/en/koku/index.html 
       Details on NATS Limited: http://www.nats.co.uk/ 
       Details on NAV CANADA: http://www.navcanada.ca/ 
       Details on the UAE GCAA: https://www.gcaa.gov.ae 
       Details on the ICCAIA: www.iccaia.org 
       Details on the SESAR JU and its members: http://www.sesarju.eu/discover-sesar/partnering-smarter-aviation/members 
       
       Details on the US FAA: http://www.faa.gov/
Trajectory package contains the 4D Trajectory information.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.1.0
Element fx:RouteTrajectoryType / fx:climbProfile
Namespace http://www.fixm.aero/flight/4.1
Annotations
A zero-wind, standard atmosphere, unconstrained climb profile reflective of the flight 
capabilities and desired parameters during climb.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#PerformanceProfileType_profilePoint RouteTrajectory_xsd.tmp#PerformanceProfileType
Type fx:PerformanceProfileType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fx:profilePoint{0,2000}
Children fb:extension, fx:profilePoint
Instance
<fx:climbProfile>
  <fb:extension>{0,2000}</fb:extension>
  <fx:profilePoint time="">{0,2000}</fx:profilePoint>
</fx:climbProfile>
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 fx:PerformanceProfileType / fx:profilePoint
Namespace http://www.fixm.aero/flight/4.1
Annotations
A point in a performance climb or descent profile.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#ProfilePointType_time RouteTrajectory_xsd.tmp#ProfilePointType_airspeed RouteTrajectory_xsd.tmp#ProfilePointType_distance RouteTrajectory_xsd.tmp#ProfilePointType_level RouteTrajectory_xsd.tmp#ProfilePointType
Type fx:ProfilePointType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Model fb:extension{0,2000} , fx:airspeed{0,1} , fx:distance{0,1} , fx:level{0,1}
Children fb:extension, fx:airspeed, fx:distance, fx:level
Instance
<fx:profilePoint time="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:airspeed uom="">{0,1}</fx:airspeed>
  <fx:distance uom="">{0,1}</fx:distance>
  <fx:level>{0,1}</fx:level>
</fx:profilePoint>
Attributes
QName Type Fixed Default Use Annotation
time fb:DurationType optional
The time (from the start of the profile) at a point in a zero-wind, unconstrained 
profile.
Source
<element name="profilePoint" type="fx:ProfilePointType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>A point in a performance climb or descent profile.</documentation>
  </annotation>
</element>
Element fx:ProfilePointType / fx:airspeed
Namespace http://www.fixm.aero/flight/4.1
Annotations
The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile.
Diagram
Diagram Measures_xsd.tmp#RestrictedTrueAirspeedType Measures_xsd.tmp#TrueAirspeedType_uom Measures_xsd.tmp#TrueAirspeedType
Type fb:TrueAirspeedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomAirspeedType required
Unit of measure
Source
<element name="airspeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile.</documentation>
  </annotation>
</element>
Element fx:ProfilePointType / fx:distance
Namespace http://www.fixm.aero/flight/4.1
Annotations
The distance (from the start of the profile) at a point in a zero-wind, unconstrained 
profile.
Diagram
Diagram Measures_xsd.tmp#RestrictedLengthType Measures_xsd.tmp#LengthType_uom Measures_xsd.tmp#LengthType Measures_xsd.tmp#DistanceType
Type fb:DistanceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomLengthType required
Unit of measure
Source
<element name="distance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The distance (from the start of the profile) at a point in a zero-wind, unconstrained profile.</documentation>
  </annotation>
</element>
Element fx:ProfilePointType / fx:level
Namespace http://www.fixm.aero/flight/4.1
Annotations
The altitude of a point in a zero-wind, unconstrained profile.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType_altitude RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType_flightLevel RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType
Type fb:FlightLevelOrAltitudeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , (fb:altitude{0,1} | fb:flightLevel{0,1})
Children fb:altitude, fb:extension, fb:flightLevel
Instance
<fx:level>
  <fb:extension>{0,2000}</fb:extension>
  <fb:altitude uom="">{0,1}</fb:altitude>
  <fb:flightLevel uom="">{0,1}</fb:flightLevel>
</fx:level>
Source
<element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The altitude of a point in a zero-wind, unconstrained profile.</documentation>
  </annotation>
</element>
Element fx:RouteTrajectoryType / fx:climbSchedule
Namespace http://www.fixm.aero/flight/4.1
Annotations
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.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#SpeedScheduleType_initialSpeed RouteTrajectory_xsd.tmp#SpeedScheduleType_subsequentSpeed RouteTrajectory_xsd.tmp#SpeedScheduleType
Type fx:SpeedScheduleType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fx:initialSpeed{0,1} , fx:subsequentSpeed{0,1}
Children fb:extension, fx:initialSpeed, fx:subsequentSpeed
Instance
<fx:climbSchedule>
  <fb:extension>{0,2000}</fb:extension>
  <fx:initialSpeed uom="">{0,1}</fx:initialSpeed>
  <fx:subsequentSpeed uom="">{0,1}</fx:subsequentSpeed>
</fx:climbSchedule>
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 fx:SpeedScheduleType / fx:initialSpeed
Namespace http://www.fixm.aero/flight/4.1
Annotations
Initial speed of the aircraft during the climb
Diagram
Diagram Measures_xsd.tmp#RestrictedIndicatedAirspeedType Measures_xsd.tmp#IndicatedAirspeedType_uom Measures_xsd.tmp#IndicatedAirspeedType
Type fb:IndicatedAirspeedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomAirspeedType required
Unit of measure
Source
<element name="initialSpeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Initial speed of the aircraft during the climb</documentation>
  </annotation>
</element>
Element fx:SpeedScheduleType / fx:subsequentSpeed
Namespace http://www.fixm.aero/flight/4.1
Annotations
Subsequent speed of the aircraft during the climb
Diagram
Diagram Measures_xsd.tmp#RestrictedIndicatedAirspeedType Measures_xsd.tmp#IndicatedAirspeedType_uom Measures_xsd.tmp#IndicatedAirspeedType
Type fb:IndicatedAirspeedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomAirspeedType required
Unit of measure
Source
<element name="subsequentSpeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Subsequent speed of the aircraft during the climb</documentation>
  </annotation>
</element>
Element fx:RouteTrajectoryType / fx:descentProfile
Namespace http://www.fixm.aero/flight/4.1
Annotations
A zero-wind, standard atmosphere, unconstrained descent profile reflective of the 
flight capabilities and desired parameters during descent.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#PerformanceProfileType_profilePoint RouteTrajectory_xsd.tmp#PerformanceProfileType
Type fx:PerformanceProfileType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fx:profilePoint{0,2000}
Children fb:extension, fx:profilePoint
Instance
<fx:descentProfile>
  <fb:extension>{0,2000}</fb:extension>
  <fx:profilePoint time="">{0,2000}</fx:profilePoint>
</fx:descentProfile>
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 fx:RouteTrajectoryType / fx:descentSchedule
Namespace http://www.fixm.aero/flight/4.1
Annotations
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.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#SpeedScheduleType_initialSpeed RouteTrajectory_xsd.tmp#SpeedScheduleType_subsequentSpeed RouteTrajectory_xsd.tmp#SpeedScheduleType
Type fx:SpeedScheduleType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fx:initialSpeed{0,1} , fx:subsequentSpeed{0,1}
Children fb:extension, fx:initialSpeed, fx:subsequentSpeed
Instance
<fx:descentSchedule>
  <fb:extension>{0,2000}</fb:extension>
  <fx:initialSpeed uom="">{0,1}</fx:initialSpeed>
  <fx:subsequentSpeed uom="">{0,1}</fx:subsequentSpeed>
</fx:descentSchedule>
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 fx:RouteTrajectoryType / fx:element
Namespace http://www.fixm.aero/flight/4.1
Annotations
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.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#FlightRouteElementType_flightRulesChange RouteTrajectory_xsd.tmp#FlightRouteElementType_modified RouteTrajectory_xsd.tmp#FlightRouteElementType_modifiedRouteItemReference RouteTrajectory_xsd.tmp#FlightRouteElementType_routeTerminationIndicator RouteTrajectory_xsd.tmp#FlightRouteElementType_routeTruncationIndicator RouteTrajectory_xsd.tmp#FlightRouteElementType_seqNum RouteTrajectory_xsd.tmp#FlightRouteElementType_alongRouteDistance RouteTrajectory_xsd.tmp#FlightRouteElementType_constraint RouteTrajectory_xsd.tmp#FlightRouteElementType_enRouteDelay RouteTrajectory_xsd.tmp#FlightRouteElementType_point4D RouteTrajectory_xsd.tmp#FlightRouteElementType_routeChange RouteTrajectory_xsd.tmp#FlightRouteElementType_routeDesignatorToNextElement RouteTrajectory_xsd.tmp#FlightRouteElementType_routePoint RouteTrajectory_xsd.tmp#FlightRouteElementType_sidStarAbbreviatedDesignatorToNextElement RouteTrajectory_xsd.tmp#FlightRouteElementType
Type fx:FlightRouteElementType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Model fb:extension{0,2000} , fx:alongRouteDistance{0,1} , fx:constraint{0,2000} , fx:enRouteDelay{0,1} , fx:point4D{0,1} , fx:routeChange{0,2000} , fx:routeDesignatorToNextElement{0,1} , fx:routePoint{0,1} , fx:sidStarAbbreviatedDesignatorToNextElement{0,1}
Children fb:extension, fx:alongRouteDistance, fx:constraint, fx:enRouteDelay, fx:point4D, fx:routeChange, fx:routeDesignatorToNextElement, fx:routePoint, fx:sidStarAbbreviatedDesignatorToNextElement
Instance
<fx:element flightRulesChange="" modified="" modifiedRouteItemReference="" routeTerminationIndicator="" routeTruncationIndicator="" seqNum="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:alongRouteDistance uom="">{0,1}</fx:alongRouteDistance>
  <fx:constraint constraintReference="" departureOrArrivalIndicator="" seqNum="">{0,2000}</fx:constraint>
  <fx:enRouteDelay delayReference="" delayType="" delayValue="">{0,1}</fx:enRouteDelay>
  <fx:point4D srsName="urn:ogc:def:crs:EPSG::4326">{0,1}</fx:point4D>
  <fx:routeChange seqNum="">{0,2000}</fx:routeChange>
  <fx:routeDesignatorToNextElement>{0,1}</fx:routeDesignatorToNextElement>
  <fx:routePoint>{0,1}</fx:routePoint>
  <fx:sidStarAbbreviatedDesignatorToNextElement>{0,1}</fx:sidStarAbbreviatedDesignatorToNextElement>
</fx:element>
Attributes
QName Type Fixed Default Use Annotation
flightRulesChange fx:FlightRulesType optional
Describes the planned change of flight rules (e.g., IFR/VFR) associated with a route 
point.
modified fx:ModifiedRouteItemIndicatorType optional
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
A reference to an ATFM program name that modified the route.
routeTerminationIndicator fx:RouteTruncationIndicatorType optional
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
Indicates the route description is truncated at the preceding point.
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
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 fx:FlightRouteElementType / fx:alongRouteDistance
Namespace http://www.fixm.aero/flight/4.1
Annotations
The distance along the route, computed from the first converted fix in the ASP s 
airspace for each route point in the route.
Diagram
Diagram Measures_xsd.tmp#RestrictedLengthType Measures_xsd.tmp#LengthType_uom Measures_xsd.tmp#LengthType Measures_xsd.tmp#DistanceType
Type fb:DistanceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomLengthType required
Unit of measure
Source
<element name="alongRouteDistance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The distance along the route, computed from the first converted fix in the ASP s airspace for each route point in the route.</documentation>
  </annotation>
</element>
Element fx:FlightRouteElementType / fx:constraint
Namespace http://www.fixm.aero/flight/4.1
Annotations
A number of constraints can be associated with each Expanded Route Point and Trajectory 
point.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Constraints_xsd.tmp#AbstractConstraintType_constraintReference Constraints_xsd.tmp#AbstractConstraintType_departureOrArrivalIndicator Constraints_xsd.tmp#AbstractConstraintType_seqNum Constraints_xsd.tmp#AbstractConstraintType
Type fx:AbstractConstraintType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:constraint constraintReference="" departureOrArrivalIndicator="" seqNum="">
  <fb:extension>{0,2000}</fb:extension>
</fx:constraint>
Attributes
QName Type Fixed Default Use Annotation
constraintReference fb:CharacterStringType optional
Reference to a named constraint, if applicable.
departureOrArrivalIndicator fx:DepartureOrArrivalIndicatorType optional
Identifies whether the constraint is applicable on climb or descent.  This provides 
an indication of which constraints take priority in the event of conflict when establishing 
                     
a profile.
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Source
<element name="constraint" type="fx:AbstractConstraintType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>A number of constraints can be associated with each Expanded Route Point and Trajectory point.</documentation>
  </annotation>
</element>
Element fx:FlightRouteElementType / fx:enRouteDelay
Namespace http://www.fixm.aero/flight/4.1
Annotations
En Route delay or holding planned to occur at a significant point or along a route 
element.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#EnRouteDelayType_delayReference RouteTrajectory_xsd.tmp#EnRouteDelayType_delayType RouteTrajectory_xsd.tmp#EnRouteDelayType_delayValue RouteTrajectory_xsd.tmp#EnRouteDelayType
Type fx:EnRouteDelayType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:enRouteDelay delayReference="" delayType="" delayValue="">
  <fb:extension>{0,2000}</fb:extension>
</fx:enRouteDelay>
Attributes
QName Type Fixed Default Use Annotation
delayReference fb:CharacterStringType optional
Indicates a named hold pattern, airspace or aerodrome at which the en route delay 
is expected to occur.
delayType fx:EnRouteDelayTypeType optional
Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested 
operations at a specified location.
delayValue fb:DurationType optional
The length of time the flight is expected to be delayed at a specific point en route.
Source
<element name="enRouteDelay" type="fx:EnRouteDelayType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>En Route delay or holding planned to occur at a significant point or along a route element.</documentation>
  </annotation>
</element>
Element fx:FlightRouteElementType / fx:point4D
Namespace http://www.fixm.aero/flight/4.1
Annotations
Identifies the location, altitude and time of a trajectory point.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Airspace_xsd.tmp#GeographicalPositionType_srsName Airspace_xsd.tmp#GeographicalPositionType_pos Airspace_xsd.tmp#GeographicalPositionType RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_altimeterSetting RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_level RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_metData RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_pointProperty RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_predictedAirspeed RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_predictedGroundspeed RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_time RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_verticalRange RouteTrajectory_xsd.tmp#TrajectoryPoint4DType
Type fx:TrajectoryPoint4DType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fb:pos{0,1} , fx:altimeterSetting{0,1} , fx:level{0,1} , fx:metData{0,1} , fx:pointProperty{0,2000} , fx:predictedAirspeed{0,1} , fx:predictedGroundspeed{0,1} , fx:time{0,1} , fx:verticalRange{0,1}
Children fb:extension, fb:pos, fx:altimeterSetting, fx:level, fx:metData, fx:pointProperty, fx:predictedAirspeed, fx:predictedGroundspeed, fx:time, fx:verticalRange
Instance
<fx:point4D srsName="urn:ogc:def:crs:EPSG::4326">
  <fb:extension>{0,2000}</fb:extension>
  <fb:pos>{0,1}</fb:pos>
  <fx:altimeterSetting uom="">{0,1}</fx:altimeterSetting>
  <fx:level>{0,1}</fx:level>
  <fx:metData>{0,1}</fx:metData>
  <fx:pointProperty propertyType="">{0,2000}</fx:pointProperty>
  <fx:predictedAirspeed uom="">{0,1}</fx:predictedAirspeed>
  <fx:predictedGroundspeed uom="">{0,1}</fx:predictedGroundspeed>
  <fx:time>{0,1}</fx:time>
  <fx:verticalRange>{0,1}</fx:verticalRange>
</fx:point4D>
Attributes
QName Type Fixed Default Use Annotation
srsName string urn:ogc:def:crs:EPSG::4326 required
Names the coordinate reference system (CRS) that defines the semantics of the 
lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
Source
<element name="point4D" type="fx:TrajectoryPoint4DType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Identifies the location, altitude and time of a trajectory point.</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:altimeterSetting
Namespace http://www.fixm.aero/flight/4.1
Annotations
The barometric pressure reading used to adjust a pressure altimeter for variations 
in existing atmospheric pressure or to the standard altimeter setting (29.92).
Diagram
Diagram Measures_xsd.tmp#RestrictedPressureType Measures_xsd.tmp#PressureType_uom Measures_xsd.tmp#PressureType
Type fb:PressureType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomPressureType required
Unit of measure
Source
<element name="altimeterSetting" type="fb:PressureType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The barometric pressure reading used to adjust a pressure altimeter for variations in existing atmospheric pressure or to the standard altimeter setting (29.92).</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:level
Namespace http://www.fixm.aero/flight/4.1
Annotations
Altitude of the 4D point.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType_altitude RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType_flightLevel RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType
Type fb:FlightLevelOrAltitudeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , (fb:altitude{0,1} | fb:flightLevel{0,1})
Children fb:altitude, fb:extension, fb:flightLevel
Instance
<fx:level>
  <fb:extension>{0,2000}</fb:extension>
  <fb:altitude uom="">{0,1}</fb:altitude>
  <fb:flightLevel uom="">{0,1}</fb:flightLevel>
</fx:level>
Source
<element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Altitude of the 4D point.</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:metData
Namespace http://www.fixm.aero/flight/4.1
Annotations
In a predicted trajectory, the instantaneous temperature and wind vector used at 
the 4D Point for creating the 4D trajectory.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#MeteorologicalDataType_temperature RouteTrajectory_xsd.tmp#MeteorologicalDataType_windDirection RouteTrajectory_xsd.tmp#MeteorologicalDataType_windSpeed RouteTrajectory_xsd.tmp#MeteorologicalDataType
Type fx:MeteorologicalDataType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fx:temperature{0,1} , fx:windDirection{0,1} , fx:windSpeed{0,1}
Children fb:extension, fx:temperature, fx:windDirection, fx:windSpeed
Instance
<fx:metData>
  <fb:extension>{0,2000}</fb:extension>
  <fx:temperature uom="">{0,1}</fx:temperature>
  <fx:windDirection uom="">{0,1}</fx:windDirection>
  <fx:windSpeed uom="">{0,1}</fx:windSpeed>
</fx:metData>
Source
<element name="metData" type="fx:MeteorologicalDataType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>In a predicted trajectory, the instantaneous temperature and wind vector used at the 4D Point for creating the 4D trajectory.</documentation>
  </annotation>
</element>
Element fx:MeteorologicalDataType / fx:temperature
Namespace http://www.fixm.aero/flight/4.1
Annotations
In a predicted trajectory, the instantaneous temperature used at the 4D Point for 
creating the 4D trajectory.
Diagram
Diagram Measures_xsd.tmp#MeasureType Measures_xsd.tmp#TemperatureType_uom Measures_xsd.tmp#TemperatureType
Type fb:TemperatureType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomTemperatureType required
Unit of measure
Source
<element name="temperature" type="fb:TemperatureType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>In a predicted trajectory, the instantaneous temperature used at the 4D Point for creating the 4D trajectory.</documentation>
  </annotation>
</element>
Element fx:MeteorologicalDataType / fx:windDirection
Namespace http://www.fixm.aero/flight/4.1
Annotations
In a predicted trajectory, the instantaneous wind direction used at the 4D Point 
for creating the 4D trajectory.
Diagram
Diagram Measures_xsd.tmp#RestrictedAngleType Measures_xsd.tmp#AngleType_uom Measures_xsd.tmp#AngleType Measures_xsd.tmp#WindDirectionType
Type fb:WindDirectionType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomAngleType required
Unit of measure
Source
<element name="windDirection" type="fb:WindDirectionType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>In a predicted trajectory, the instantaneous wind direction used at the 4D Point for creating the 4D trajectory.</documentation>
  </annotation>
</element>
Element fx:MeteorologicalDataType / fx:windSpeed
Namespace http://www.fixm.aero/flight/4.1
Annotations
In a predicted trajectory, the instantaneous wind speed used at the 4D Point for 
creating the 4D trajectory.
Diagram
Diagram Measures_xsd.tmp#RestrictedWindSpeedType Measures_xsd.tmp#WindSpeedType_uom Measures_xsd.tmp#WindSpeedType
Type fb:WindSpeedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomWindSpeedType required
Unit of measure
Source
<element name="windSpeed" type="fb:WindSpeedType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>In a predicted trajectory, the instantaneous wind speed used at the 4D Point for creating the 4D trajectory.</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:pointProperty
Namespace http://www.fixm.aero/flight/4.1
Annotations
Describes any applicable properties of the trajectory point.  May include multiple 
properties per point.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType_propertyType RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType_reference RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType
Type fx:TrajectoryPointPropertyType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Model fb:extension{0,2000} , fx:reference{0,1}
Children fb:extension, fx:reference
Instance
<fx:pointProperty propertyType="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:reference identifier="" type="">{0,1}</fx:reference>
</fx:pointProperty>
Attributes
QName Type Fixed Default Use Annotation
propertyType fx:TrajectoryPointPropertyTypeType optional
Provides the type of trajectory point property.
Source
<element name="pointProperty" type="fx:TrajectoryPointPropertyType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>Describes any applicable properties of the trajectory point. May include multiple properties per point.</documentation>
  </annotation>
</element>
Element fx:TrajectoryPointPropertyType / fx:reference
Namespace http://www.fixm.aero/flight/4.1
Annotations
A reference providing an identifier of airspace or program affecting the point.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType_identifier RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType_type RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType
Type fx:TrajectoryPointReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:reference identifier="" type="">
  <fb:extension>{0,2000}</fb:extension>
</fx:reference>
Attributes
QName Type Fixed Default Use Annotation
identifier fb:CharacterStringType optional
The name of the particular airspace or program (e.g., FCA016, CTP001, RRDCC123)
type fb:CharacterStringType optional
The nature of the airspace or program (e.g., special activity airspace, GDP, MIT, 
etc.)
Source
<element name="reference" type="fx:TrajectoryPointReferenceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A reference providing an identifier of airspace or program affecting the point.</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:predictedAirspeed
Namespace http://www.fixm.aero/flight/4.1
Annotations
The airspeed (or range of speeds) of the flight at the 4D Point expressed as either 
Indicated Airspeed or Mach.
Diagram
Diagram Measures_xsd.tmp#RestrictedIndicatedAirspeedType Measures_xsd.tmp#IndicatedAirspeedType_uom Measures_xsd.tmp#IndicatedAirspeedType
Type fb:IndicatedAirspeedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomAirspeedType required
Unit of measure
Source
<element name="predictedAirspeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The airspeed (or range of speeds) of the flight at the 4D Point expressed as either Indicated Airspeed or Mach.</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:predictedGroundspeed
Namespace http://www.fixm.aero/flight/4.1
Annotations
Aircraft predicted ground speed (or range of speeds) at this point.
Diagram
Diagram Measures_xsd.tmp#RestrictedGroundSpeedType Measures_xsd.tmp#GroundSpeedType_uom Measures_xsd.tmp#GroundSpeedType
Type fb:GroundSpeedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomGroundSpeedType required
Unit of measure
Source
<element name="predictedGroundspeed" type="fb:GroundSpeedType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Aircraft predicted ground speed (or range of speeds) at this point.</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:time
Namespace http://www.fixm.aero/flight/4.1
Annotations
4D Point time expressed as either absolute or relative time.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#Point4DTimeChoiceType_absoluteTime RouteTrajectory_xsd.tmp#Point4DTimeChoiceType_relativeTimeFromInitialPredictionPoint RouteTrajectory_xsd.tmp#Point4DTimeChoiceType
Type fx:Point4DTimeChoiceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , (fx:absoluteTime{0,1} | fx:relativeTimeFromInitialPredictionPoint{0,1})
Children fb:extension, fx:absoluteTime, fx:relativeTimeFromInitialPredictionPoint
Instance
<fx:time>
  <fb:extension>{0,2000}</fb:extension>
  <fx:absoluteTime>{0,1}</fx:absoluteTime>
  <fx:relativeTimeFromInitialPredictionPoint>{0,1}</fx:relativeTimeFromInitialPredictionPoint>
</fx:time>
Source
<element name="time" type="fx:Point4DTimeChoiceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>4D Point time expressed as either absolute or relative time.</documentation>
  </annotation>
</element>
Element fx:Point4DTimeChoiceType / fx:absoluteTime
Namespace http://www.fixm.aero/flight/4.1
Annotations
Absolute Time of the 4D point.
Diagram
Diagram Types_xsd.tmp#TimeType
Type fb:TimeType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
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
Source
<element name="absoluteTime" type="fb:TimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Absolute Time of the 4D point.</documentation>
  </annotation>
</element>
Element fx:Point4DTimeChoiceType / fx:relativeTimeFromInitialPredictionPoint
Namespace http://www.fixm.aero/flight/4.1
Annotations
Relative Time of the 4D point (expressed as duration from takeoff).
Diagram
Diagram Types_xsd.tmp#DurationType
Type fb:DurationType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="relativeTimeFromInitialPredictionPoint" type="fb:DurationType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Relative Time of the 4D point (expressed as duration from takeoff).</documentation>
  </annotation>
</element>
Element fx:TrajectoryPoint4DType / fx:verticalRange
Namespace http://www.fixm.aero/flight/4.1
Annotations
Vertical Range representing block altitude clearances
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RangesAndChoices_xsd.tmp#VerticalRangeType_lowerBound RangesAndChoices_xsd.tmp#VerticalRangeType_upperBound RangesAndChoices_xsd.tmp#VerticalRangeType
Type fb:VerticalRangeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fb:lowerBound{0,1} , fb:upperBound{0,1}
Children fb:extension, fb:lowerBound, fb:upperBound
Instance
<fx:verticalRange>
  <fb:extension>{0,2000}</fb:extension>
  <fb:lowerBound>{0,1}</fb:lowerBound>
  <fb:upperBound>{0,1}</fb:upperBound>
</fx:verticalRange>
Source
<element name="verticalRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Vertical Range representing block altitude clearances</documentation>
  </annotation>
</element>
Element fx:FlightRouteElementType / fx:routeChange
Namespace http://www.fixm.aero/flight/4.1
Annotations
Flight Route element may contain an ordered list of route changes.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteChanges_xsd.tmp#AbstractRouteChangeType_seqNum RouteChanges_xsd.tmp#AbstractRouteChangeType
Type fx:AbstractRouteChangeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:routeChange seqNum="">
  <fb:extension>{0,2000}</fb:extension>
</fx:routeChange>
Attributes
QName Type Fixed Default Use Annotation
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Source
<element name="routeChange" type="fx:AbstractRouteChangeType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>Flight Route element may contain an ordered list of route changes.</documentation>
  </annotation>
</element>
Element fx:FlightRouteElementType / fx:routeDesignatorToNextElement
Namespace http://www.fixm.aero/flight/4.1
Annotations
The route (airway) to the next element on the route. Can be either an en route airway, 
standard instrument departure route, or standard instrument arrival route. [FIXM]
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_routeDesignator RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_standardInstrumentArrival RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_standardInstrumentDeparture RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType
Type fx:RouteDesignatorToNextElementType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , (fx:routeDesignator{0,1} | fx:standardInstrumentArrival{0,1} | fx:standardInstrumentDeparture{0,1})
Children fb:extension, fx:routeDesignator, fx:standardInstrumentArrival, fx:standardInstrumentDeparture
Instance
<fx:routeDesignatorToNextElement>
  <fb:extension>{0,2000}</fb:extension>
  <fx:routeDesignator>{0,1}</fx:routeDesignator>
  <fx:standardInstrumentArrival>{0,1}</fx:standardInstrumentArrival>
  <fx:standardInstrumentDeparture>{0,1}</fx:standardInstrumentDeparture>
</fx:routeDesignatorToNextElement>
Source
<element name="routeDesignatorToNextElement" type="fx:RouteDesignatorToNextElementType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The route (airway) to the next element on the route. Can be either an en route airway, standard instrument departure route, or standard instrument arrival route. [FIXM]</documentation>
  </annotation>
</element>
Element fx:RouteDesignatorToNextElementType / fx:routeDesignator
Namespace http://www.fixm.aero/flight/4.1
Annotations
Provides a reference to the route point or element on the route and/or expanded route. 
                        
Flight route element  contained within the route. Each segment may contain a route 
point or an airway. 
The route element describes an ATS route (Field 15(c2)), a Standard Departure Route 
(Field 15(c1)), or a Standard Arrival Route (Field 15(c3)). These fields may be used 
consistent with the definition in ICAO Doc 4444.
Diagram
Diagram Airspace_xsd.tmp#RouteDesignatorType
Type fb:RouteDesignatorType
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minLength 0
maxLength 4096
pattern [A-Z][A-Z0-9]{1,7}
Source
<element name="routeDesignator" type="fb:RouteDesignatorType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Provides a reference to the route point or element on the route and/or expanded route. Flight route element contained within the route. Each segment may contain a route point or an airway. The route element describes an ATS route (Field 15(c2)), a Standard Departure Route (Field 15(c1)), or a Standard Arrival Route (Field 15(c3)). These fields may be used consistent with the definition in ICAO Doc 4444.</documentation>
  </annotation>
</element>
Element fx:RouteDesignatorToNextElementType / fx:standardInstrumentArrival
Namespace http://www.fixm.aero/flight/4.1
Annotations
The textual designator of the Standard Instrument Arrival (STAR).
Diagram
Diagram Airspace_xsd.tmp#SidStarDesignatorType
Type fb:SidStarDesignatorType
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minLength 1
maxLength 7
pattern ([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*
Source
<element name="standardInstrumentArrival" type="fb:SidStarDesignatorType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The textual designator of the Standard Instrument Arrival (STAR).</documentation>
  </annotation>
</element>
Element fx:RouteDesignatorToNextElementType / fx:standardInstrumentDeparture
Namespace http://www.fixm.aero/flight/4.1
Annotations
This is the name of a published procedure extending from the departure runway to 
the start of the en route part of the aircraft's route.
Diagram
Diagram Airspace_xsd.tmp#SidStarDesignatorType
Type fb:SidStarDesignatorType
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minLength 1
maxLength 7
pattern ([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*
Source
<element name="standardInstrumentDeparture" type="fb:SidStarDesignatorType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>This is the name of a published procedure extending from the departure runway to the start of the en route part of the aircraft's route.</documentation>
  </annotation>
</element>
Element fx:FlightRouteElementType / fx:routePoint
Namespace http://www.fixm.aero/flight/4.1
Annotations
Describes the significant points (i.e., point at which a change in ATS Route occurs) 
contained in the route and points at which certain events occur (e.g., change of 
speed or level, change of flight rules, start of cruise climb).
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Airspace_xsd.tmp#SignificantPointType
Type fb:SignificantPointType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:routePoint>
  <fb:extension>{0,2000}</fb:extension>
</fx:routePoint>
Source
<element name="routePoint" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Describes the significant points (i.e., point at which a change in ATS Route occurs) contained in the route and points at which certain events occur (e.g., change of speed or level, change of flight rules, start of cruise climb).</documentation>
  </annotation>
</element>
Element fx:FlightRouteElementType / fx:sidStarAbbreviatedDesignatorToNextElement
Namespace http://www.fixm.aero/flight/4.1
Annotations
The shortened designator of a SID or a STAR to the next element on the route, as 
a complement to RouteDesignatorToNextElement.[FIXM] 
 
Limitations in the display equipment on board aircraft may require shortening of 
the basic indicator of the SID or STAR designator. [derived from ICAO Annex 11, Appendix 
3, chapter 2.2].  This optional name may be provided in FIXM when the SID or STAR 
designator is seven characters. 
 
Shortened names [...] are used in FMS databases and in some ground automation systems. 
Making both names available allows each system to use the designator consistent with 
their database. Note also, that as automated uplink of clearances to aircraft is 
implemented a ground system using the seven-character name will need to upload the 
shorter name for it to load to the FMS successfully. [FF-ICE Implementation Guidance 
Manual]
Diagram
Diagram RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType_sidAbbreviatedDesignator RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType_starAbbreviatedDesignator RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType
Type fx:SidStarAbbreviatedDesignatorToNextElementType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fx:sidAbbreviatedDesignator{0,1} | fx:starAbbreviatedDesignator{0,1}
Children fx:sidAbbreviatedDesignator, fx:starAbbreviatedDesignator
Instance
<fx:sidStarAbbreviatedDesignatorToNextElement>
  <fx:sidAbbreviatedDesignator>{0,1}</fx:sidAbbreviatedDesignator>
  <fx:starAbbreviatedDesignator>{0,1}</fx:starAbbreviatedDesignator>
</fx:sidStarAbbreviatedDesignatorToNextElement>
Source
<element name="sidStarAbbreviatedDesignatorToNextElement" type="fx:SidStarAbbreviatedDesignatorToNextElementType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The shortened designator of a SID or a STAR to the next element on the route, as a complement to RouteDesignatorToNextElement.[FIXM] Limitations in the display equipment on board aircraft may require shortening of the basic indicator of the SID or STAR designator. [derived from ICAO Annex 11, Appendix 3, chapter 2.2]. This optional name may be provided in FIXM when the SID or STAR designator is seven characters. Shortened names [...] are used in FMS databases and in some ground automation systems. Making both names available allows each system to use the designator consistent with their database. Note also, that as automated uplink of clearances to aircraft is implemented a ground system using the seven-character name will need to upload the shorter name for it to load to the FMS successfully. [FF-ICE Implementation Guidance Manual]</documentation>
  </annotation>
</element>
Element fx:SidStarAbbreviatedDesignatorToNextElementType / fx:sidAbbreviatedDesignator
Namespace http://www.fixm.aero/flight/4.1
Annotations
A shortened designator of a SID. [FIXM]
Diagram
Diagram Airspace_xsd.tmp#SidStarAbbreviatedDesignatorType
Type fb:SidStarAbbreviatedDesignatorType
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minLength 1
maxLength 6
pattern ([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*
Source
<element name="sidAbbreviatedDesignator" type="fb:SidStarAbbreviatedDesignatorType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A shortened designator of a SID. [FIXM]</documentation>
  </annotation>
</element>
Element fx:SidStarAbbreviatedDesignatorToNextElementType / fx:starAbbreviatedDesignator
Namespace http://www.fixm.aero/flight/4.1
Annotations
A shortened designator of a STAR. [FIXM]
Diagram
Diagram Airspace_xsd.tmp#SidStarAbbreviatedDesignatorType
Type fb:SidStarAbbreviatedDesignatorType
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minLength 1
maxLength 6
pattern ([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*
Source
<element name="starAbbreviatedDesignator" type="fb:SidStarAbbreviatedDesignatorType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>A shortened designator of a STAR. [FIXM]</documentation>
  </annotation>
</element>
Element fx:RouteTrajectoryType / fx:routeInformation
Namespace http://www.fixm.aero/flight/4.1
Annotations
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.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#FlightRouteInformationType_airfileRouteStartTime RouteTrajectory_xsd.tmp#FlightRouteInformationType_flightRulesCategory RouteTrajectory_xsd.tmp#FlightRouteInformationType_routeText RouteTrajectory_xsd.tmp#FlightRouteInformationType_totalEstimatedElapsedTime RouteTrajectory_xsd.tmp#FlightRouteInformationType_cruisingLevel RouteTrajectory_xsd.tmp#FlightRouteInformationType_cruisingSpeed RouteTrajectory_xsd.tmp#FlightRouteInformationType_estimatedElapsedTime RouteTrajectory_xsd.tmp#FlightRouteInformationType
Type fx:FlightRouteInformationType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , fx:cruisingLevel{0,1} , fx:cruisingSpeed{0,1} , fx:estimatedElapsedTime{0,2000}
Children fb:extension, fx:cruisingLevel, fx:cruisingSpeed, fx:estimatedElapsedTime
Instance
<fx:routeInformation airfileRouteStartTime="" flightRulesCategory="" routeText="" totalEstimatedElapsedTime="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:cruisingLevel>{0,1}</fx:cruisingLevel>
  <fx:cruisingSpeed uom="">{0,1}</fx:cruisingSpeed>
  <fx:estimatedElapsedTime elapsedTime="" seqNum="">{0,2000}</fx:estimatedElapsedTime>
</fx:routeInformation>
Attributes
QName Type Fixed Default Use Annotation
airfileRouteStartTime fb:TimeType optional
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
The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, 
Appendix 2, Item 8]
routeText fb:CharacterStringType optional
A string of route elements complying with PANS-ATM Item 15c
totalEstimatedElapsedTime fb:DurationType optional
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
<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 fx:FlightRouteInformationType / fx:cruisingLevel
Namespace http://www.fixm.aero/flight/4.1
Annotations
The filed altitude (flight level) for the first or the whole cruising portion of 
the flight.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType_altitude RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType_flightLevel RangesAndChoices_xsd.tmp#FlightLevelOrAltitudeType
Type fb:FlightLevelOrAltitudeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , (fb:altitude{0,1} | fb:flightLevel{0,1})
Children fb:altitude, fb:extension, fb:flightLevel
Instance
<fx:cruisingLevel>
  <fb:extension>{0,2000}</fb:extension>
  <fb:altitude uom="">{0,1}</fb:altitude>
  <fb:flightLevel uom="">{0,1}</fb:flightLevel>
</fx:cruisingLevel>
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 fx:FlightRouteInformationType / fx:cruisingSpeed
Namespace http://www.fixm.aero/flight/4.1
Annotations
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.
Diagram
Diagram Measures_xsd.tmp#RestrictedTrueAirspeedType Measures_xsd.tmp#TrueAirspeedType_uom Measures_xsd.tmp#TrueAirspeedType
Type fb:TrueAirspeedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomAirspeedType required
Unit of measure
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 fx:FlightRouteInformationType / fx:estimatedElapsedTime
Namespace http://www.fixm.aero/flight/4.1
Annotations
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.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_elapsedTime RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_seqNum RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_location RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType
Type fx:EstimatedElapsedTimeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Model fb:extension{0,2000} , fx:location{0,1}
Children fb:extension, fx:location
Instance
<fx:estimatedElapsedTime elapsedTime="" seqNum="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:location>{0,1}</fx:location>
</fx:estimatedElapsedTime>
Attributes
QName Type Fixed Default Use Annotation
elapsedTime fb:DurationType optional
The estimated amount of elapsed time.
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
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>
Element fx:EstimatedElapsedTimeType / fx:location
Namespace http://www.fixm.aero/flight/4.1
Annotations
The location associated with estimated elapsed time. It can be a longitude, significant 
point or flight information region.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_longitude RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_point RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_region RouteTrajectory_xsd.tmp#ElapsedTimeLocationType
Type fx:ElapsedTimeLocationType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000} , (fx:longitude{0,1} | fx:point{0,1} | fx:region{0,1})
Children fb:extension, fx:longitude, fx:point, fx:region
Instance
<fx:location>
  <fb:extension>{0,2000}</fb:extension>
  <fx:longitude>{0,1}</fx:longitude>
  <fx:point>{0,1}</fx:point>
  <fx:region>{0,1}</fx:region>
</fx:location>
Source
<element name="location" type="fx:ElapsedTimeLocationType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region.</documentation>
  </annotation>
</element>
Element fx:ElapsedTimeLocationType / fx:longitude
Namespace http://www.fixm.aero/flight/4.1
Annotations
Longitude associated with the elapsed time.
Diagram
Diagram Airspace_xsd.tmp#LongitudeType
Type fb:LongitudeType
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
maxInclusive 180
minInclusive -180
Source
<element name="longitude" type="fb:LongitudeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Longitude associated with the elapsed time.</documentation>
  </annotation>
</element>
Element fx:ElapsedTimeLocationType / fx:point
Namespace http://www.fixm.aero/flight/4.1
Annotations
Point associated with the estimated elapsed time.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Airspace_xsd.tmp#SignificantPointType
Type fb:SignificantPointType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:point>
  <fb:extension>{0,2000}</fb:extension>
</fx:point>
Source
<element name="point" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Point associated with the estimated elapsed time.</documentation>
  </annotation>
</element>
Element fx:ElapsedTimeLocationType / fx:region
Namespace http://www.fixm.aero/flight/4.1
Annotations
Flight information boundary associated with the elapsed time.
Diagram
Diagram Airspace_xsd.tmp#AirspaceDesignatorType
Type fb:AirspaceDesignatorType
Type hierarchy
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minLength 1
maxLength 10
pattern ([A-Z]|[0-9]|[, !"&amp;#$%'\(\)\*\+\-\./:;&lt;=&gt;\?@\[\\\]\^_\|\{\}])*
Source
<element name="region" type="fb:AirspaceDesignatorType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Flight information boundary associated with the elapsed time.</documentation>
  </annotation>
</element>
Element fx:RouteTrajectoryType / fx:takeoffWeight
Namespace http://www.fixm.aero/flight/4.1
Annotations
The estimated takeoff weight of the aircraft.
Diagram
Diagram Measures_xsd.tmp#RestrictedWeightType Measures_xsd.tmp#WeightType_uom Measures_xsd.tmp#WeightType
Type fb:WeightType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
uom fb:UomWeightType required
Unit of measure
Source
<element name="takeoffWeight" type="fb:WeightType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The estimated takeoff weight of the aircraft.</documentation>
  </annotation>
</element>
Element fx:ElapsedTimeLocation
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_longitude RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_point RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_region RouteTrajectory_xsd.tmp#ElapsedTimeLocationType Extension_xsd.tmp#Extensible
Type fx:ElapsedTimeLocationType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , (fx:longitude{0,1} | fx:point{0,1} | fx:region{0,1})
Children fb:extension, fx:longitude, fx:point, fx:region
Instance
<fx:ElapsedTimeLocation>
  <fb:extension>{0,2000}</fb:extension>
  <fx:longitude>{0,1}</fx:longitude>
  <fx:point>{0,1}</fx:point>
  <fx:region>{0,1}</fx:region>
</fx:ElapsedTimeLocation>
Source
<element name="ElapsedTimeLocation" type="fx:ElapsedTimeLocationType" substitutionGroup="fb:Extensible"/>
Element fx:EnRouteDelay
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#EnRouteDelayType_delayReference RouteTrajectory_xsd.tmp#EnRouteDelayType_delayType RouteTrajectory_xsd.tmp#EnRouteDelayType_delayValue RouteTrajectory_xsd.tmp#EnRouteDelayType Extension_xsd.tmp#Extensible
Type fx:EnRouteDelayType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:EnRouteDelay delayReference="" delayType="" delayValue="">
  <fb:extension>{0,2000}</fb:extension>
</fx:EnRouteDelay>
Attributes
QName Type Fixed Default Use Annotation
delayReference fb:CharacterStringType optional
Indicates a named hold pattern, airspace or aerodrome at which the en route delay 
is expected to occur.
delayType fx:EnRouteDelayTypeType optional
Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested 
operations at a specified location.
delayValue fb:DurationType optional
The length of time the flight is expected to be delayed at a specific point en route.
Source
<element name="EnRouteDelay" type="fx:EnRouteDelayType" substitutionGroup="fb:Extensible"/>
Element fx:EstimatedElapsedTime
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_elapsedTime RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_seqNum RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_location RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType Extension_xsd.tmp#Extensible
Type fx:EstimatedElapsedTimeType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:location{0,1}
Children fb:extension, fx:location
Instance
<fx:EstimatedElapsedTime elapsedTime="" seqNum="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:location>{0,1}</fx:location>
</fx:EstimatedElapsedTime>
Attributes
QName Type Fixed Default Use Annotation
elapsedTime fb:DurationType optional
The estimated amount of elapsed time.
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Source
<element name="EstimatedElapsedTime" type="fx:EstimatedElapsedTimeType" substitutionGroup="fb:Extensible"/>
Element fx:FlightRouteElement
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#FlightRouteElementType_flightRulesChange RouteTrajectory_xsd.tmp#FlightRouteElementType_modified RouteTrajectory_xsd.tmp#FlightRouteElementType_modifiedRouteItemReference RouteTrajectory_xsd.tmp#FlightRouteElementType_routeTerminationIndicator RouteTrajectory_xsd.tmp#FlightRouteElementType_routeTruncationIndicator RouteTrajectory_xsd.tmp#FlightRouteElementType_seqNum RouteTrajectory_xsd.tmp#FlightRouteElementType_alongRouteDistance RouteTrajectory_xsd.tmp#FlightRouteElementType_constraint RouteTrajectory_xsd.tmp#FlightRouteElementType_enRouteDelay RouteTrajectory_xsd.tmp#FlightRouteElementType_point4D RouteTrajectory_xsd.tmp#FlightRouteElementType_routeChange RouteTrajectory_xsd.tmp#FlightRouteElementType_routeDesignatorToNextElement RouteTrajectory_xsd.tmp#FlightRouteElementType_routePoint RouteTrajectory_xsd.tmp#FlightRouteElementType_sidStarAbbreviatedDesignatorToNextElement RouteTrajectory_xsd.tmp#FlightRouteElementType Extension_xsd.tmp#Extensible
Type fx:FlightRouteElementType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:alongRouteDistance{0,1} , fx:constraint{0,2000} , fx:enRouteDelay{0,1} , fx:point4D{0,1} , fx:routeChange{0,2000} , fx:routeDesignatorToNextElement{0,1} , fx:routePoint{0,1} , fx:sidStarAbbreviatedDesignatorToNextElement{0,1}
Children fb:extension, fx:alongRouteDistance, fx:constraint, fx:enRouteDelay, fx:point4D, fx:routeChange, fx:routeDesignatorToNextElement, fx:routePoint, fx:sidStarAbbreviatedDesignatorToNextElement
Instance
<fx:FlightRouteElement flightRulesChange="" modified="" modifiedRouteItemReference="" routeTerminationIndicator="" routeTruncationIndicator="" seqNum="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:alongRouteDistance uom="">{0,1}</fx:alongRouteDistance>
  <fx:constraint constraintReference="" departureOrArrivalIndicator="" seqNum="">{0,2000}</fx:constraint>
  <fx:enRouteDelay delayReference="" delayType="" delayValue="">{0,1}</fx:enRouteDelay>
  <fx:point4D srsName="urn:ogc:def:crs:EPSG::4326">{0,1}</fx:point4D>
  <fx:routeChange seqNum="">{0,2000}</fx:routeChange>
  <fx:routeDesignatorToNextElement>{0,1}</fx:routeDesignatorToNextElement>
  <fx:routePoint>{0,1}</fx:routePoint>
  <fx:sidStarAbbreviatedDesignatorToNextElement>{0,1}</fx:sidStarAbbreviatedDesignatorToNextElement>
</fx:FlightRouteElement>
Attributes
QName Type Fixed Default Use Annotation
flightRulesChange fx:FlightRulesType optional
Describes the planned change of flight rules (e.g., IFR/VFR) associated with a route 
point.
modified fx:ModifiedRouteItemIndicatorType optional
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
A reference to an ATFM program name that modified the route.
routeTerminationIndicator fx:RouteTruncationIndicatorType optional
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
Indicates the route description is truncated at the preceding point.
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Source
<element name="FlightRouteElement" type="fx:FlightRouteElementType" substitutionGroup="fb:Extensible"/>
Element fx:FlightRouteInformation
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#FlightRouteInformationType_airfileRouteStartTime RouteTrajectory_xsd.tmp#FlightRouteInformationType_flightRulesCategory RouteTrajectory_xsd.tmp#FlightRouteInformationType_routeText RouteTrajectory_xsd.tmp#FlightRouteInformationType_totalEstimatedElapsedTime RouteTrajectory_xsd.tmp#FlightRouteInformationType_cruisingLevel RouteTrajectory_xsd.tmp#FlightRouteInformationType_cruisingSpeed RouteTrajectory_xsd.tmp#FlightRouteInformationType_estimatedElapsedTime RouteTrajectory_xsd.tmp#FlightRouteInformationType Extension_xsd.tmp#Extensible
Type fx:FlightRouteInformationType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:cruisingLevel{0,1} , fx:cruisingSpeed{0,1} , fx:estimatedElapsedTime{0,2000}
Children fb:extension, fx:cruisingLevel, fx:cruisingSpeed, fx:estimatedElapsedTime
Instance
<fx:FlightRouteInformation airfileRouteStartTime="" flightRulesCategory="" routeText="" totalEstimatedElapsedTime="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:cruisingLevel>{0,1}</fx:cruisingLevel>
  <fx:cruisingSpeed uom="">{0,1}</fx:cruisingSpeed>
  <fx:estimatedElapsedTime elapsedTime="" seqNum="">{0,2000}</fx:estimatedElapsedTime>
</fx:FlightRouteInformation>
Attributes
QName Type Fixed Default Use Annotation
airfileRouteStartTime fb:TimeType optional
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
The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, 
Appendix 2, Item 8]
routeText fb:CharacterStringType optional
A string of route elements complying with PANS-ATM Item 15c
totalEstimatedElapsedTime fb:DurationType optional
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
<element name="FlightRouteInformation" type="fx:FlightRouteInformationType" substitutionGroup="fb:Extensible"/>
Element fx:MeteorologicalData
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#MeteorologicalDataType_temperature RouteTrajectory_xsd.tmp#MeteorologicalDataType_windDirection RouteTrajectory_xsd.tmp#MeteorologicalDataType_windSpeed RouteTrajectory_xsd.tmp#MeteorologicalDataType Extension_xsd.tmp#Extensible
Type fx:MeteorologicalDataType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:temperature{0,1} , fx:windDirection{0,1} , fx:windSpeed{0,1}
Children fb:extension, fx:temperature, fx:windDirection, fx:windSpeed
Instance
<fx:MeteorologicalData>
  <fb:extension>{0,2000}</fb:extension>
  <fx:temperature uom="">{0,1}</fx:temperature>
  <fx:windDirection uom="">{0,1}</fx:windDirection>
  <fx:windSpeed uom="">{0,1}</fx:windSpeed>
</fx:MeteorologicalData>
Source
<element name="MeteorologicalData" type="fx:MeteorologicalDataType" substitutionGroup="fb:Extensible"/>
Element fx:PerformanceProfile
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#PerformanceProfileType_profilePoint RouteTrajectory_xsd.tmp#PerformanceProfileType Extension_xsd.tmp#Extensible
Type fx:PerformanceProfileType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:profilePoint{0,2000}
Children fb:extension, fx:profilePoint
Instance
<fx:PerformanceProfile>
  <fb:extension>{0,2000}</fb:extension>
  <fx:profilePoint time="">{0,2000}</fx:profilePoint>
</fx:PerformanceProfile>
Source
<element name="PerformanceProfile" type="fx:PerformanceProfileType" substitutionGroup="fb:Extensible"/>
Element fx:Point4DTimeChoice
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#Point4DTimeChoiceType_absoluteTime RouteTrajectory_xsd.tmp#Point4DTimeChoiceType_relativeTimeFromInitialPredictionPoint RouteTrajectory_xsd.tmp#Point4DTimeChoiceType Extension_xsd.tmp#Extensible
Type fx:Point4DTimeChoiceType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , (fx:absoluteTime{0,1} | fx:relativeTimeFromInitialPredictionPoint{0,1})
Children fb:extension, fx:absoluteTime, fx:relativeTimeFromInitialPredictionPoint
Instance
<fx:Point4DTimeChoice>
  <fb:extension>{0,2000}</fb:extension>
  <fx:absoluteTime>{0,1}</fx:absoluteTime>
  <fx:relativeTimeFromInitialPredictionPoint>{0,1}</fx:relativeTimeFromInitialPredictionPoint>
</fx:Point4DTimeChoice>
Source
<element name="Point4DTimeChoice" type="fx:Point4DTimeChoiceType" substitutionGroup="fb:Extensible"/>
Element fx:ProfilePoint
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#ProfilePointType_time RouteTrajectory_xsd.tmp#ProfilePointType_airspeed RouteTrajectory_xsd.tmp#ProfilePointType_distance RouteTrajectory_xsd.tmp#ProfilePointType_level RouteTrajectory_xsd.tmp#ProfilePointType Extension_xsd.tmp#Extensible
Type fx:ProfilePointType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:airspeed{0,1} , fx:distance{0,1} , fx:level{0,1}
Children fb:extension, fx:airspeed, fx:distance, fx:level
Instance
<fx:ProfilePoint time="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:airspeed uom="">{0,1}</fx:airspeed>
  <fx:distance uom="">{0,1}</fx:distance>
  <fx:level>{0,1}</fx:level>
</fx:ProfilePoint>
Attributes
QName Type Fixed Default Use Annotation
time fb:DurationType optional
The time (from the start of the profile) at a point in a zero-wind, unconstrained 
profile.
Source
<element name="ProfilePoint" type="fx:ProfilePointType" substitutionGroup="fb:Extensible"/>
Element fx:RouteDesignatorToNextElement
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_routeDesignator RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_standardInstrumentArrival RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_standardInstrumentDeparture RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType Extension_xsd.tmp#Extensible
Type fx:RouteDesignatorToNextElementType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , (fx:routeDesignator{0,1} | fx:standardInstrumentArrival{0,1} | fx:standardInstrumentDeparture{0,1})
Children fb:extension, fx:routeDesignator, fx:standardInstrumentArrival, fx:standardInstrumentDeparture
Instance
<fx:RouteDesignatorToNextElement>
  <fb:extension>{0,2000}</fb:extension>
  <fx:routeDesignator>{0,1}</fx:routeDesignator>
  <fx:standardInstrumentArrival>{0,1}</fx:standardInstrumentArrival>
  <fx:standardInstrumentDeparture>{0,1}</fx:standardInstrumentDeparture>
</fx:RouteDesignatorToNextElement>
Source
<element name="RouteDesignatorToNextElement" type="fx:RouteDesignatorToNextElementType" substitutionGroup="fb:Extensible"/>
Element fx:RouteTrajectory
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#RouteTrajectoryType_climbProfile RouteTrajectory_xsd.tmp#RouteTrajectoryType_climbSchedule RouteTrajectory_xsd.tmp#RouteTrajectoryType_descentProfile RouteTrajectory_xsd.tmp#RouteTrajectoryType_descentSchedule RouteTrajectory_xsd.tmp#RouteTrajectoryType_element RouteTrajectory_xsd.tmp#RouteTrajectoryType_routeInformation RouteTrajectory_xsd.tmp#RouteTrajectoryType_takeoffWeight RouteTrajectory_xsd.tmp#RouteTrajectoryType Extension_xsd.tmp#Extensible
Type fx:RouteTrajectoryType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:climbProfile{0,1} , fx:climbSchedule{0,1} , fx:descentProfile{0,1} , fx:descentSchedule{0,1} , fx:element{0,2000} , fx:routeInformation{0,1} , fx:takeoffWeight{0,1}
Children fb:extension, fx:climbProfile, fx:climbSchedule, fx:descentProfile, fx:descentSchedule, fx:element, fx:routeInformation, fx:takeoffWeight
Instance
<fx:RouteTrajectory>
  <fb:extension>{0,2000}</fb:extension>
  <fx:climbProfile>{0,1}</fx:climbProfile>
  <fx:climbSchedule>{0,1}</fx:climbSchedule>
  <fx:descentProfile>{0,1}</fx:descentProfile>
  <fx:descentSchedule>{0,1}</fx:descentSchedule>
  <fx:element flightRulesChange="" modified="" modifiedRouteItemReference="" routeTerminationIndicator="" routeTruncationIndicator="" seqNum="">{0,2000}</fx:element>
  <fx:routeInformation airfileRouteStartTime="" flightRulesCategory="" routeText="" totalEstimatedElapsedTime="">{0,1}</fx:routeInformation>
  <fx:takeoffWeight uom="">{0,1}</fx:takeoffWeight>
</fx:RouteTrajectory>
Source
<element name="RouteTrajectory" type="fx:RouteTrajectoryType" substitutionGroup="fb:Extensible"/>
Element fx:SidStarAbbreviatedDesignatorToNextElement
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType_sidAbbreviatedDesignator RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType_starAbbreviatedDesignator RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType
Type fx:SidStarAbbreviatedDesignatorToNextElementType
Properties
content: complex
Model fx:sidAbbreviatedDesignator{0,1} | fx:starAbbreviatedDesignator{0,1}
Children fx:sidAbbreviatedDesignator, fx:starAbbreviatedDesignator
Instance
<fx:SidStarAbbreviatedDesignatorToNextElement>
  <fx:sidAbbreviatedDesignator>{0,1}</fx:sidAbbreviatedDesignator>
  <fx:starAbbreviatedDesignator>{0,1}</fx:starAbbreviatedDesignator>
</fx:SidStarAbbreviatedDesignatorToNextElement>
Source
<element name="SidStarAbbreviatedDesignatorToNextElement" type="fx:SidStarAbbreviatedDesignatorToNextElementType"/>
Element fx:SpeedSchedule
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#SpeedScheduleType_initialSpeed RouteTrajectory_xsd.tmp#SpeedScheduleType_subsequentSpeed RouteTrajectory_xsd.tmp#SpeedScheduleType Extension_xsd.tmp#Extensible
Type fx:SpeedScheduleType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:initialSpeed{0,1} , fx:subsequentSpeed{0,1}
Children fb:extension, fx:initialSpeed, fx:subsequentSpeed
Instance
<fx:SpeedSchedule>
  <fb:extension>{0,2000}</fb:extension>
  <fx:initialSpeed uom="">{0,1}</fx:initialSpeed>
  <fx:subsequentSpeed uom="">{0,1}</fx:subsequentSpeed>
</fx:SpeedSchedule>
Source
<element name="SpeedSchedule" type="fx:SpeedScheduleType" substitutionGroup="fb:Extensible"/>
Element fx:TrajectoryPoint4D
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Airspace_xsd.tmp#GeographicalPositionType_srsName Airspace_xsd.tmp#GeographicalPositionType_pos Airspace_xsd.tmp#GeographicalPositionType RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_altimeterSetting RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_level RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_metData RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_pointProperty RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_predictedAirspeed RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_predictedGroundspeed RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_time RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_verticalRange RouteTrajectory_xsd.tmp#TrajectoryPoint4DType Extension_xsd.tmp#Extensible
Type fx:TrajectoryPoint4DType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fb:pos{0,1} , fx:altimeterSetting{0,1} , fx:level{0,1} , fx:metData{0,1} , fx:pointProperty{0,2000} , fx:predictedAirspeed{0,1} , fx:predictedGroundspeed{0,1} , fx:time{0,1} , fx:verticalRange{0,1}
Children fb:extension, fb:pos, fx:altimeterSetting, fx:level, fx:metData, fx:pointProperty, fx:predictedAirspeed, fx:predictedGroundspeed, fx:time, fx:verticalRange
Instance
<fx:TrajectoryPoint4D srsName="urn:ogc:def:crs:EPSG::4326">
  <fb:extension>{0,2000}</fb:extension>
  <fb:pos>{0,1}</fb:pos>
  <fx:altimeterSetting uom="">{0,1}</fx:altimeterSetting>
  <fx:level>{0,1}</fx:level>
  <fx:metData>{0,1}</fx:metData>
  <fx:pointProperty propertyType="">{0,2000}</fx:pointProperty>
  <fx:predictedAirspeed uom="">{0,1}</fx:predictedAirspeed>
  <fx:predictedGroundspeed uom="">{0,1}</fx:predictedGroundspeed>
  <fx:time>{0,1}</fx:time>
  <fx:verticalRange>{0,1}</fx:verticalRange>
</fx:TrajectoryPoint4D>
Attributes
QName Type Fixed Default Use Annotation
srsName string urn:ogc:def:crs:EPSG::4326 required
Names the coordinate reference system (CRS) that defines the semantics of the 
lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
Source
<element name="TrajectoryPoint4D" type="fx:TrajectoryPoint4DType" substitutionGroup="fb:Extensible"/>
Element fx:TrajectoryPointProperty
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType_propertyType RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType_reference RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType Extension_xsd.tmp#Extensible
Type fx:TrajectoryPointPropertyType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000} , fx:reference{0,1}
Children fb:extension, fx:reference
Instance
<fx:TrajectoryPointProperty propertyType="">
  <fb:extension>{0,2000}</fb:extension>
  <fx:reference identifier="" type="">{0,1}</fx:reference>
</fx:TrajectoryPointProperty>
Attributes
QName Type Fixed Default Use Annotation
propertyType fx:TrajectoryPointPropertyTypeType optional
Provides the type of trajectory point property.
Source
<element name="TrajectoryPointProperty" type="fx:TrajectoryPointPropertyType" substitutionGroup="fb:Extensible"/>
Element fx:TrajectoryPointReference
Namespace http://www.fixm.aero/flight/4.1
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType_identifier RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType_type RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType Extension_xsd.tmp#Extensible
Type fx:TrajectoryPointReferenceType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model fb:extension{0,2000}
Children fb:extension
Instance
<fx:TrajectoryPointReference identifier="" type="">
  <fb:extension>{0,2000}</fb:extension>
</fx:TrajectoryPointReference>
Attributes
QName Type Fixed Default Use Annotation
identifier fb:CharacterStringType optional
The name of the particular airspace or program (e.g., FCA016, CTP001, RRDCC123)
type fb:CharacterStringType optional
The nature of the airspace or program (e.g., special activity airspace, GDP, MIT, 
etc.)
Source
<element name="TrajectoryPointReference" type="fx:TrajectoryPointReferenceType" substitutionGroup="fb:Extensible"/>
Complex Type fx:RouteTrajectoryType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Groups and associates a Route and Trajectory.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#RouteTrajectoryType_climbProfile RouteTrajectory_xsd.tmp#RouteTrajectoryType_climbSchedule RouteTrajectory_xsd.tmp#RouteTrajectoryType_descentProfile RouteTrajectory_xsd.tmp#RouteTrajectoryType_descentSchedule RouteTrajectory_xsd.tmp#RouteTrajectoryType_element RouteTrajectory_xsd.tmp#RouteTrajectoryType_routeInformation RouteTrajectory_xsd.tmp#RouteTrajectoryType_takeoffWeight
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:climbProfile{0,1} , fx:climbSchedule{0,1} , fx:descentProfile{0,1} , fx:descentSchedule{0,1} , fx:element{0,2000} , fx:routeInformation{0,1} , fx:takeoffWeight{0,1}
Children fb:extension, fx:climbProfile, fx:climbSchedule, fx:descentProfile, fx:descentSchedule, fx:element, fx:routeInformation, fx:takeoffWeight
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>
Complex Type fx:PerformanceProfileType
Namespace http://www.fixm.aero/flight/4.1
Annotations
A zero-wind, standard atmosphere, unconstrained movement profile reflective of the 
flight capabilities and desired parameters during climb or descent.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#PerformanceProfileType_profilePoint
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:profilePoint{0,2000}
Children fb:extension, fx:profilePoint
Source
<complexType name="PerformanceProfileType">
  <annotation>
    <documentation>A zero-wind, standard atmosphere, unconstrained movement profile reflective of the flight capabilities and desired parameters during climb or descent.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="profilePoint" type="fx:ProfilePointType" minOccurs="0" maxOccurs="2000">
          <annotation>
            <documentation>A point in a performance climb or descent profile.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:ProfilePointType
Namespace http://www.fixm.aero/flight/4.1
Annotations
A point in a performance climb or descent profile.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#ProfilePointType_time RouteTrajectory_xsd.tmp#ProfilePointType_airspeed RouteTrajectory_xsd.tmp#ProfilePointType_distance RouteTrajectory_xsd.tmp#ProfilePointType_level
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:airspeed{0,1} , fx:distance{0,1} , fx:level{0,1}
Children fb:extension, fx:airspeed, fx:distance, fx:level
Attributes
QName Type Fixed Default Use Annotation
time fb:DurationType optional
The time (from the start of the profile) at a point in a zero-wind, unconstrained 
profile.
Source
<complexType name="ProfilePointType">
  <annotation>
    <documentation>A point in a performance climb or descent profile.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="airspeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile.</documentation>
          </annotation>
        </element>
        <element name="distance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The distance (from the start of the profile) at a point in a zero-wind, unconstrained profile.</documentation>
          </annotation>
        </element>
        <element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The altitude of a point in a zero-wind, unconstrained profile.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="time" type="fb:DurationType" use="optional">
        <annotation>
          <documentation>The time (from the start of the profile) at a point in a zero-wind, unconstrained profile.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:SpeedScheduleType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Defines the speed schedule for climb and descent of the aircraft through the crossover 
altitude.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#SpeedScheduleType_initialSpeed RouteTrajectory_xsd.tmp#SpeedScheduleType_subsequentSpeed
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:initialSpeed{0,1} , fx:subsequentSpeed{0,1}
Children fb:extension, fx:initialSpeed, fx:subsequentSpeed
Source
<complexType name="SpeedScheduleType">
  <annotation>
    <documentation>Defines the speed schedule for climb and descent of the aircraft through the crossover altitude.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="initialSpeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Initial speed of the aircraft during the climb</documentation>
          </annotation>
        </element>
        <element name="subsequentSpeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Subsequent speed of the aircraft during the climb</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:FlightRouteElementType
Namespace http://www.fixm.aero/flight/4.1
Annotations
A container for information pertinent to a single point in a trajectory.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#FlightRouteElementType_flightRulesChange RouteTrajectory_xsd.tmp#FlightRouteElementType_modified RouteTrajectory_xsd.tmp#FlightRouteElementType_modifiedRouteItemReference RouteTrajectory_xsd.tmp#FlightRouteElementType_routeTerminationIndicator RouteTrajectory_xsd.tmp#FlightRouteElementType_routeTruncationIndicator RouteTrajectory_xsd.tmp#FlightRouteElementType_seqNum RouteTrajectory_xsd.tmp#FlightRouteElementType_alongRouteDistance RouteTrajectory_xsd.tmp#FlightRouteElementType_constraint RouteTrajectory_xsd.tmp#FlightRouteElementType_enRouteDelay RouteTrajectory_xsd.tmp#FlightRouteElementType_point4D RouteTrajectory_xsd.tmp#FlightRouteElementType_routeChange RouteTrajectory_xsd.tmp#FlightRouteElementType_routeDesignatorToNextElement RouteTrajectory_xsd.tmp#FlightRouteElementType_routePoint RouteTrajectory_xsd.tmp#FlightRouteElementType_sidStarAbbreviatedDesignatorToNextElement
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:alongRouteDistance{0,1} , fx:constraint{0,2000} , fx:enRouteDelay{0,1} , fx:point4D{0,1} , fx:routeChange{0,2000} , fx:routeDesignatorToNextElement{0,1} , fx:routePoint{0,1} , fx:sidStarAbbreviatedDesignatorToNextElement{0,1}
Children fb:extension, fx:alongRouteDistance, fx:constraint, fx:enRouteDelay, fx:point4D, fx:routeChange, fx:routeDesignatorToNextElement, fx:routePoint, fx:sidStarAbbreviatedDesignatorToNextElement
Attributes
QName Type Fixed Default Use Annotation
flightRulesChange fx:FlightRulesType optional
Describes the planned change of flight rules (e.g., IFR/VFR) associated with a route 
point.
modified fx:ModifiedRouteItemIndicatorType optional
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
A reference to an ATFM program name that modified the route.
routeTerminationIndicator fx:RouteTruncationIndicatorType optional
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
Indicates the route description is truncated at the preceding point.
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Source
<complexType name="FlightRouteElementType">
  <annotation>
    <documentation>A container for information pertinent to a single point in a trajectory.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="alongRouteDistance" type="fb:DistanceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The distance along the route, computed from the first converted fix in the ASP s airspace for each route point in the route.</documentation>
          </annotation>
        </element>
        <element name="constraint" type="fx:AbstractConstraintType" minOccurs="0" maxOccurs="2000">
          <annotation>
            <documentation>A number of constraints can be associated with each Expanded Route Point and Trajectory point.</documentation>
          </annotation>
        </element>
        <element name="enRouteDelay" type="fx:EnRouteDelayType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>En Route delay or holding planned to occur at a significant point or along a route element.</documentation>
          </annotation>
        </element>
        <element name="point4D" type="fx:TrajectoryPoint4DType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Identifies the location, altitude and time of a trajectory point.</documentation>
          </annotation>
        </element>
        <element name="routeChange" type="fx:AbstractRouteChangeType" minOccurs="0" maxOccurs="2000">
          <annotation>
            <documentation>Flight Route element may contain an ordered list of route changes.</documentation>
          </annotation>
        </element>
        <element name="routeDesignatorToNextElement" type="fx:RouteDesignatorToNextElementType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The route (airway) to the next element on the route. Can be either an en route airway, standard instrument departure route, or standard instrument arrival route. [FIXM]</documentation>
          </annotation>
        </element>
        <element name="routePoint" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Describes the significant points (i.e., point at which a change in ATS Route occurs) contained in the route and points at which certain events occur (e.g., change of speed or level, change of flight rules, start of cruise climb).</documentation>
          </annotation>
        </element>
        <element name="sidStarAbbreviatedDesignatorToNextElement" type="fx:SidStarAbbreviatedDesignatorToNextElementType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The shortened designator of a SID or a STAR to the next element on the route, as a complement to RouteDesignatorToNextElement.[FIXM] Limitations in the display equipment on board aircraft may require shortening of the basic indicator of the SID or STAR designator. [derived from ICAO Annex 11, Appendix 3, chapter 2.2]. This optional name may be provided in FIXM when the SID or STAR designator is seven characters. Shortened names [...] are used in FMS databases and in some ground automation systems. Making both names available allows each system to use the designator consistent with their database. Note also, that as automated uplink of clearances to aircraft is implemented a ground system using the seven-character name will need to upload the shorter name for it to load to the FMS successfully. [FF-ICE Implementation Guidance Manual]</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="flightRulesChange" type="fx:FlightRulesType" use="optional">
        <annotation>
          <documentation>Describes the planned change of flight rules (e.g., IFR/VFR) associated with a route point.</documentation>
        </annotation>
      </attribute>
      <attribute name="modified" type="fx:ModifiedRouteItemIndicatorType" use="optional">
        <annotation>
          <documentation>Identifies if the route point or element was modified from the reference version, identified in the message, during negotiation by an ASP.</documentation>
        </annotation>
      </attribute>
      <attribute name="modifiedRouteItemReference" type="fb:CharacterStringType" use="optional">
        <annotation>
          <documentation>A reference to an ATFM program name that modified the route.</documentation>
        </annotation>
      </attribute>
      <attribute name="routeTerminationIndicator" type="fx:RouteTruncationIndicatorType" use="optional">
        <annotation>
          <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>
          </documentation>
        </annotation>
      </attribute>
      <attribute name="routeTruncationIndicator" type="fx:RouteTruncationIndicatorType" use="optional">
        <annotation>
          <documentation>Indicates the route description is truncated at the preceding point.</documentation>
        </annotation>
      </attribute>
      <attribute name="seqNum" use="optional">
        <annotation>
          <documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero.</documentation>
        </annotation>
        <simpleType>
          <restriction base="xs:int">
            <minInclusive value="0"/>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:EnRouteDelayType
Namespace http://www.fixm.aero/flight/4.1
Annotations
En Route delay or holding planned to occur at a significant point or along a route 
element.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#EnRouteDelayType_delayReference RouteTrajectory_xsd.tmp#EnRouteDelayType_delayType RouteTrajectory_xsd.tmp#EnRouteDelayType_delayValue
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000}
Children fb:extension
Attributes
QName Type Fixed Default Use Annotation
delayReference fb:CharacterStringType optional
Indicates a named hold pattern, airspace or aerodrome at which the en route delay 
is expected to occur.
delayType fx:EnRouteDelayTypeType optional
Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested 
operations at a specified location.
delayValue fb:DurationType optional
The length of time the flight is expected to be delayed at a specific point en route.
Source
<complexType name="EnRouteDelayType">
  <annotation>
    <documentation>En Route delay or holding planned to occur at a significant point or along a route element.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <attribute name="delayReference" type="fb:CharacterStringType" use="optional">
        <annotation>
          <documentation>Indicates a named hold pattern, airspace or aerodrome at which the en route delay is expected to occur.</documentation>
        </annotation>
      </attribute>
      <attribute name="delayType" type="fx:EnRouteDelayTypeType" use="optional">
        <annotation>
          <documentation>Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested operations at a specified location.</documentation>
        </annotation>
      </attribute>
      <attribute name="delayValue" type="fb:DurationType" use="optional">
        <annotation>
          <documentation>The length of time the flight is expected to be delayed at a specific point en route.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Simple Type fx:EnRouteDelayTypeType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested 
operations at a specified location.
Diagram
Diagram
Type restriction of string
Facets
enumeration AU_REQUEST_POINT
The delay is an AU request to 'spend time' at the point, thus the delay has to be 
added to the flight duration to the next point to compute the estimate to the next 
point.
enumeration AU_REQUEST_SEGMENT
The delay is an AU request to 'spend time' at the segment starting at point, thus 
the delay has to be understood as the total duration between the point and the next 
one.
enumeration AU_REQUEST_AIRSPACE
The delay is an AU request to 'spend time' in an airspace after the RoutePoint the 
name of which is in delayReference, the delayValue is the time in that airspace, 
the entry and exit time into that airspace is in the BEGIN_STAY and END_STAY info 
of the trajectory.
enumeration AU_REQUEST_AERODROME
The delay is an AU request to 'spend time' at an aerodrome after the RoutePoint, 
the name of the aerodrome is in the delayReference field, the points at which the 
AU leaves its route and rejoin it go to the aerodrome are in the BEGIN_STAY and END_STAY 
info of the trajectory
enumeration AU_REQUEST_HOLDING
The delay is an AU request to 'spend time' at a holding pattern the anchor point 
of which is the RoutePoint.  The holding pattern name if any is in delayReference. 
 delayValue used to compute estimates as in AU_REQUEST_POINT
enumeration ATFM
The delay is an ASP request for airborne holding. The holding pattern name is in 
the delayReference field. The delay value used to compute estimates as in AU_REQUEST_POINT.
Used by
Source
<simpleType name="EnRouteDelayTypeType">
  <annotation>
    <documentation>Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested operations at a specified location.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="AU_REQUEST_POINT">
      <annotation>
        <documentation>The delay is an AU request to 'spend time' at the point, thus the delay has to be added to the flight duration to the next point to compute the estimate to the next point.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="AU_REQUEST_SEGMENT">
      <annotation>
        <documentation>The delay is an AU request to 'spend time' at the segment starting at point, thus the delay has to be understood as the total duration between the point and the next one.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="AU_REQUEST_AIRSPACE">
      <annotation>
        <documentation>The delay is an AU request to 'spend time' in an airspace after the RoutePoint the name of which is in delayReference, the delayValue is the time in that airspace, the entry and exit time into that airspace is in the BEGIN_STAY and END_STAY info of the trajectory.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="AU_REQUEST_AERODROME">
      <annotation>
        <documentation>The delay is an AU request to 'spend time' at an aerodrome after the RoutePoint, the name of the aerodrome is in the delayReference field, the points at which the AU leaves its route and rejoin it go to the aerodrome are in the BEGIN_STAY and END_STAY info of the trajectory</documentation>
      </annotation>
    </enumeration>
    <enumeration value="AU_REQUEST_HOLDING">
      <annotation>
        <documentation>The delay is an AU request to 'spend time' at a holding pattern the anchor point of which is the RoutePoint. The holding pattern name if any is in delayReference. delayValue used to compute estimates as in AU_REQUEST_POINT</documentation>
      </annotation>
    </enumeration>
    <enumeration value="ATFM">
      <annotation>
        <documentation>The delay is an ASP request for airborne holding. The holding pattern name is in the delayReference field. The delay value used to compute estimates as in AU_REQUEST_POINT.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Complex Type fx:TrajectoryPoint4DType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Identifies relevant information about a trajectory point including location, altitude, 
time, etc.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Airspace_xsd.tmp#GeographicalPositionType_srsName Airspace_xsd.tmp#GeographicalPositionType_pos Airspace_xsd.tmp#GeographicalPositionType RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_altimeterSetting RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_level RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_metData RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_pointProperty RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_predictedAirspeed RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_predictedGroundspeed RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_time RouteTrajectory_xsd.tmp#TrajectoryPoint4DType_verticalRange
Type extension of fb:GeographicalPositionType
Type hierarchy
Used by
Model fb:extension{0,2000} , fb:pos{0,1} , fx:altimeterSetting{0,1} , fx:level{0,1} , fx:metData{0,1} , fx:pointProperty{0,2000} , fx:predictedAirspeed{0,1} , fx:predictedGroundspeed{0,1} , fx:time{0,1} , fx:verticalRange{0,1}
Children fb:extension, fb:pos, fx:altimeterSetting, fx:level, fx:metData, fx:pointProperty, fx:predictedAirspeed, fx:predictedGroundspeed, fx:time, fx:verticalRange
Attributes
QName Type Fixed Default Use Annotation
srsName string urn:ogc:def:crs:EPSG::4326 required
Names the coordinate reference system (CRS) that defines the semantics of the 
lat/long pair according to the ISO6709 standard. FIXM uses only "urn:ogc:def:crs:EPSG::4326".
Source
<complexType name="TrajectoryPoint4DType">
  <annotation>
    <documentation>Identifies relevant information about a trajectory point including location, altitude, time, etc.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:GeographicalPositionType">
      <sequence>
        <element name="altimeterSetting" type="fb:PressureType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The barometric pressure reading used to adjust a pressure altimeter for variations in existing atmospheric pressure or to the standard altimeter setting (29.92).</documentation>
          </annotation>
        </element>
        <element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Altitude of the 4D point.</documentation>
          </annotation>
        </element>
        <element name="metData" type="fx:MeteorologicalDataType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>In a predicted trajectory, the instantaneous temperature and wind vector used at the 4D Point for creating the 4D trajectory.</documentation>
          </annotation>
        </element>
        <element name="pointProperty" type="fx:TrajectoryPointPropertyType" minOccurs="0" maxOccurs="2000">
          <annotation>
            <documentation>Describes any applicable properties of the trajectory point. May include multiple properties per point.</documentation>
          </annotation>
        </element>
        <element name="predictedAirspeed" type="fb:IndicatedAirspeedType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The airspeed (or range of speeds) of the flight at the 4D Point expressed as either Indicated Airspeed or Mach.</documentation>
          </annotation>
        </element>
        <element name="predictedGroundspeed" type="fb:GroundSpeedType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Aircraft predicted ground speed (or range of speeds) at this point.</documentation>
          </annotation>
        </element>
        <element name="time" type="fx:Point4DTimeChoiceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>4D Point time expressed as either absolute or relative time.</documentation>
          </annotation>
        </element>
        <element name="verticalRange" type="fb:VerticalRangeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Vertical Range representing block altitude clearances</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:MeteorologicalDataType
Namespace http://www.fixm.aero/flight/4.1
Annotations
In a predicted trajectory, the instantaneous temperature and wind vector used at 
the 4D Point for creating the 4D trajectory.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#MeteorologicalDataType_temperature RouteTrajectory_xsd.tmp#MeteorologicalDataType_windDirection RouteTrajectory_xsd.tmp#MeteorologicalDataType_windSpeed
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:temperature{0,1} , fx:windDirection{0,1} , fx:windSpeed{0,1}
Children fb:extension, fx:temperature, fx:windDirection, fx:windSpeed
Source
<complexType name="MeteorologicalDataType">
  <annotation>
    <documentation>In a predicted trajectory, the instantaneous temperature and wind vector used at the 4D Point for creating the 4D trajectory.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="temperature" type="fb:TemperatureType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>In a predicted trajectory, the instantaneous temperature used at the 4D Point for creating the 4D trajectory.</documentation>
          </annotation>
        </element>
        <element name="windDirection" type="fb:WindDirectionType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>In a predicted trajectory, the instantaneous wind direction used at the 4D Point for creating the 4D trajectory.</documentation>
          </annotation>
        </element>
        <element name="windSpeed" type="fb:WindSpeedType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>In a predicted trajectory, the instantaneous wind speed used at the 4D Point for creating the 4D trajectory.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:TrajectoryPointPropertyType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Describes any applicable properties of the trajectory point.  May include multiple 
properties per point.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType_propertyType RouteTrajectory_xsd.tmp#TrajectoryPointPropertyType_reference
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:reference{0,1}
Children fb:extension, fx:reference
Attributes
QName Type Fixed Default Use Annotation
propertyType fx:TrajectoryPointPropertyTypeType optional
Provides the type of trajectory point property.
Source
<complexType name="TrajectoryPointPropertyType">
  <annotation>
    <documentation>Describes any applicable properties of the trajectory point. May include multiple properties per point.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="reference" type="fx:TrajectoryPointReferenceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>A reference providing an identifier of airspace or program affecting the point.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="propertyType" type="fx:TrajectoryPointPropertyTypeType" use="optional">
        <annotation>
          <documentation>Provides the type of trajectory point property.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:TrajectoryPointReferenceType
Namespace http://www.fixm.aero/flight/4.1
Annotations
A reference providing an identifier of airspace or program affecting the point.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType_identifier RouteTrajectory_xsd.tmp#TrajectoryPointReferenceType_type
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000}
Children fb:extension
Attributes
QName Type Fixed Default Use Annotation
identifier fb:CharacterStringType optional
The name of the particular airspace or program (e.g., FCA016, CTP001, RRDCC123)
type fb:CharacterStringType optional
The nature of the airspace or program (e.g., special activity airspace, GDP, MIT, 
etc.)
Source
<complexType name="TrajectoryPointReferenceType">
  <annotation>
    <documentation>A reference providing an identifier of airspace or program affecting the point.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <attribute name="identifier" type="fb:CharacterStringType" use="optional">
        <annotation>
          <documentation>The name of the particular airspace or program (e.g., FCA016, CTP001, RRDCC123)</documentation>
        </annotation>
      </attribute>
      <attribute name="type" type="fb:CharacterStringType" use="optional">
        <annotation>
          <documentation>The nature of the airspace or program (e.g., special activity airspace, GDP, MIT, etc.)</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Simple Type fx:TrajectoryPointPropertyTypeType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Enumerates any applicable properties of the trajectory point.
Diagram
Diagram
Type restriction of string
Facets
enumeration TOP_OF_CLIMB
enumeration TOP_OF_DESCENT
enumeration CROSSOVER_ALTITUDE
enumeration TRANSITION_ALTITUDE_OR_LEVEL
enumeration TCP_ALTITUDE
enumeration TCP_SPEED
enumeration TCP_LATERAL
enumeration DEPARTURE_RUNWAY_END
enumeration START_TAKEOFF_ROLL
enumeration END_LANDING_ROLL
enumeration WHEELS_OFF
enumeration WHEELS_ON
enumeration ENTRY_RESTRICTED_OR_RESERVED_AIRSPACE
enumeration EXIT_RESTRICTED_OR_RESERVED_AIRSPACE
enumeration CROSSING_CONSTRAINED_AIRSPACE
enumeration EXIT_CONSTRAINED_AIRSPACE
enumeration INITIAL_PREDICTION_POINT
enumeration END_PREDICTION_POINT
enumeration HOLD_ENTRY
enumeration HOLD_EXIT
enumeration BEGIN_STAY
enumeration END_STAY
enumeration START_EXPECT_VECTORS
enumeration END_EXPECT_VECTORS
enumeration CONSTRAINT_POINT
enumeration FIR_BOUNDARY_CROSSING_POINT
enumeration RUNWAY_THRESHOLD
enumeration PRESCRIBED_EET_POINT
enumeration ENTRY_CONSTRAINED_AIRSPACE
enumeration AIRPORT_REFERENCE_LOCATION
Used by
Source
<simpleType name="TrajectoryPointPropertyTypeType">
  <annotation>
    <documentation>Enumerates any applicable properties of the trajectory point.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="TOP_OF_CLIMB"/>
    <enumeration value="TOP_OF_DESCENT"/>
    <enumeration value="CROSSOVER_ALTITUDE"/>
    <enumeration value="TRANSITION_ALTITUDE_OR_LEVEL"/>
    <enumeration value="TCP_ALTITUDE"/>
    <enumeration value="TCP_SPEED"/>
    <enumeration value="TCP_LATERAL"/>
    <enumeration value="DEPARTURE_RUNWAY_END"/>
    <enumeration value="START_TAKEOFF_ROLL"/>
    <enumeration value="END_LANDING_ROLL"/>
    <enumeration value="WHEELS_OFF"/>
    <enumeration value="WHEELS_ON"/>
    <enumeration value="ENTRY_RESTRICTED_OR_RESERVED_AIRSPACE"/>
    <enumeration value="EXIT_RESTRICTED_OR_RESERVED_AIRSPACE"/>
    <enumeration value="CROSSING_CONSTRAINED_AIRSPACE"/>
    <enumeration value="EXIT_CONSTRAINED_AIRSPACE"/>
    <enumeration value="INITIAL_PREDICTION_POINT"/>
    <enumeration value="END_PREDICTION_POINT"/>
    <enumeration value="HOLD_ENTRY"/>
    <enumeration value="HOLD_EXIT"/>
    <enumeration value="BEGIN_STAY"/>
    <enumeration value="END_STAY"/>
    <enumeration value="START_EXPECT_VECTORS"/>
    <enumeration value="END_EXPECT_VECTORS"/>
    <enumeration value="CONSTRAINT_POINT"/>
    <enumeration value="FIR_BOUNDARY_CROSSING_POINT"/>
    <enumeration value="RUNWAY_THRESHOLD"/>
    <enumeration value="PRESCRIBED_EET_POINT"/>
    <enumeration value="ENTRY_CONSTRAINED_AIRSPACE"/>
    <enumeration value="AIRPORT_REFERENCE_LOCATION"/>
  </restriction>
</simpleType>
Complex Type fx:Point4DTimeChoiceType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Allows to either specify a 4D point time as either an absolute time or relative time.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#Point4DTimeChoiceType_absoluteTime RouteTrajectory_xsd.tmp#Point4DTimeChoiceType_relativeTimeFromInitialPredictionPoint
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , (fx:absoluteTime{0,1} | fx:relativeTimeFromInitialPredictionPoint{0,1})
Children fb:extension, fx:absoluteTime, fx:relativeTimeFromInitialPredictionPoint
Source
<complexType name="Point4DTimeChoiceType">
  <annotation>
    <documentation>Allows to either specify a 4D point time as either an absolute time or relative time.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <choice>
        <element name="absoluteTime" type="fb:TimeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Absolute Time of the 4D point.</documentation>
          </annotation>
        </element>
        <element name="relativeTimeFromInitialPredictionPoint" type="fb:DurationType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Relative Time of the 4D point (expressed as duration from takeoff).</documentation>
          </annotation>
        </element>
      </choice>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:RouteDesignatorToNextElementType
Namespace http://www.fixm.aero/flight/4.1
Annotations
The route (airway) to the next element on the route. Can be either an en route airway, 
standard instrument departure route, or standard instrument arrival route. [FIXM]
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_routeDesignator RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_standardInstrumentArrival RouteTrajectory_xsd.tmp#RouteDesignatorToNextElementType_standardInstrumentDeparture
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , (fx:routeDesignator{0,1} | fx:standardInstrumentArrival{0,1} | fx:standardInstrumentDeparture{0,1})
Children fb:extension, fx:routeDesignator, fx:standardInstrumentArrival, fx:standardInstrumentDeparture
Source
<complexType name="RouteDesignatorToNextElementType">
  <annotation>
    <documentation>The route (airway) to the next element on the route. Can be either an en route airway, standard instrument departure route, or standard instrument arrival route. [FIXM]</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <choice>
        <element name="routeDesignator" type="fb:RouteDesignatorType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Provides a reference to the route point or element on the route and/or expanded route. Flight route element contained within the route. Each segment may contain a route point or an airway. The route element describes an ATS route (Field 15(c2)), a Standard Departure Route (Field 15(c1)), or a Standard Arrival Route (Field 15(c3)). These fields may be used consistent with the definition in ICAO Doc 4444.</documentation>
          </annotation>
        </element>
        <element name="standardInstrumentArrival" type="fb:SidStarDesignatorType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The textual designator of the Standard Instrument Arrival (STAR).</documentation>
          </annotation>
        </element>
        <element name="standardInstrumentDeparture" type="fb:SidStarDesignatorType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>This is the name of a published procedure extending from the departure runway to the start of the en route part of the aircraft's route.</documentation>
          </annotation>
        </element>
      </choice>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:SidStarAbbreviatedDesignatorToNextElementType
Namespace http://www.fixm.aero/flight/4.1
Annotations
The shortened designator of a SID or a STAR to the next element on the route, as 
a complement to RouteDesignatorToNextElement.[FIXM] 
 
Limitations in the display equipment on board aircraft may require shortening of 
the basic indicator of the SID or STAR designator. [derived from ICAO Annex 11, Appendix 
3, chapter 2.2].  This optional name may be provided in FIXM when the SID or STAR 
designator is seven characters. 
 
Shortened names [...] are used in FMS databases and in some ground automation systems. 
Making both names available allows each system to use the designator consistent with 
their database. Note also, that as automated uplink of clearances to aircraft is 
implemented a ground system using the seven-character name will need to upload the 
shorter name for it to load to the FMS successfully. [FF-ICE Implementation Guidance 
Manual]
Diagram
Diagram RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType_sidAbbreviatedDesignator RouteTrajectory_xsd.tmp#SidStarAbbreviatedDesignatorToNextElementType_starAbbreviatedDesignator
Used by
Model fx:sidAbbreviatedDesignator{0,1} | fx:starAbbreviatedDesignator{0,1}
Children fx:sidAbbreviatedDesignator, fx:starAbbreviatedDesignator
Source
<complexType name="SidStarAbbreviatedDesignatorToNextElementType">
  <annotation>
    <documentation>The shortened designator of a SID or a STAR to the next element on the route, as a complement to RouteDesignatorToNextElement.[FIXM] Limitations in the display equipment on board aircraft may require shortening of the basic indicator of the SID or STAR designator. [derived from ICAO Annex 11, Appendix 3, chapter 2.2]. This optional name may be provided in FIXM when the SID or STAR designator is seven characters. Shortened names [...] are used in FMS databases and in some ground automation systems. Making both names available allows each system to use the designator consistent with their database. Note also, that as automated uplink of clearances to aircraft is implemented a ground system using the seven-character name will need to upload the shorter name for it to load to the FMS successfully. [FF-ICE Implementation Guidance Manual]</documentation>
  </annotation>
  <choice>
    <element name="sidAbbreviatedDesignator" type="fb:SidStarAbbreviatedDesignatorType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>A shortened designator of a SID. [FIXM]</documentation>
      </annotation>
    </element>
    <element name="starAbbreviatedDesignator" type="fb:SidStarAbbreviatedDesignatorType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>A shortened designator of a STAR. [FIXM]</documentation>
      </annotation>
    </element>
  </choice>
</complexType>
Simple Type fx:FlightRulesType
Namespace http://www.fixm.aero/flight/4.1
Annotations
The regulation, or combination of regulations, that governs all aspects of operations 
under which the pilot plans to fly.
Diagram
Diagram
Type restriction of string
Facets
enumeration IFR
Instrument Flight Rules
enumeration VFR
Visual Flight Rules
Used by
Source
<simpleType name="FlightRulesType">
  <annotation>
    <documentation>The regulation, or combination of regulations, that governs all aspects of operations under which the pilot plans to fly.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="IFR">
      <annotation>
        <documentation>Instrument Flight Rules</documentation>
      </annotation>
    </enumeration>
    <enumeration value="VFR">
      <annotation>
        <documentation>Visual Flight Rules</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type fx:ModifiedRouteItemIndicatorType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Indication that the route item was modified
Diagram
Diagram
Type restriction of string
Facets
enumeration MODIFIED_ROUTE_ITEM
Used by
Source
<simpleType name="ModifiedRouteItemIndicatorType">
  <annotation>
    <documentation>Indication that the route item was modified</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="MODIFIED_ROUTE_ITEM"/>
  </restriction>
</simpleType>
Simple Type fx:RouteTruncationIndicatorType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Indicates the route description is truncated at the preceding point
Diagram
Diagram
Type restriction of string
Facets
enumeration ROUTE_TRUNCATION
Used by
Source
<simpleType name="RouteTruncationIndicatorType">
  <annotation>
    <documentation>Indicates the route description is truncated at the preceding point</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="ROUTE_TRUNCATION"/>
  </restriction>
</simpleType>
Complex Type fx:FlightRouteInformationType
Namespace http://www.fixm.aero/flight/4.1
Annotations
Contains basic information about the Flight Route that pertains to the whole flight.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#FlightRouteInformationType_airfileRouteStartTime RouteTrajectory_xsd.tmp#FlightRouteInformationType_flightRulesCategory RouteTrajectory_xsd.tmp#FlightRouteInformationType_routeText RouteTrajectory_xsd.tmp#FlightRouteInformationType_totalEstimatedElapsedTime RouteTrajectory_xsd.tmp#FlightRouteInformationType_cruisingLevel RouteTrajectory_xsd.tmp#FlightRouteInformationType_cruisingSpeed RouteTrajectory_xsd.tmp#FlightRouteInformationType_estimatedElapsedTime
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:cruisingLevel{0,1} , fx:cruisingSpeed{0,1} , fx:estimatedElapsedTime{0,2000}
Children fb:extension, fx:cruisingLevel, fx:cruisingSpeed, fx:estimatedElapsedTime
Attributes
QName Type Fixed Default Use Annotation
airfileRouteStartTime fb:TimeType optional
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
The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, 
Appendix 2, Item 8]
routeText fb:CharacterStringType optional
A string of route elements complying with PANS-ATM Item 15c
totalEstimatedElapsedTime fb:DurationType optional
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
<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>
Complex Type fx:EstimatedElapsedTimeType
Namespace http://www.fixm.aero/flight/4.1
Annotations
The estimated amount of time from takeoff to reach a significant point or Flight 
Information Region (FIR) boundary along the route of flight.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_elapsedTime RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_seqNum RouteTrajectory_xsd.tmp#EstimatedElapsedTimeType_location
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , fx:location{0,1}
Children fb:extension, fx:location
Attributes
QName Type Fixed Default Use Annotation
elapsedTime fb:DurationType optional
The estimated amount of elapsed time.
seqNum restriction of int optional
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Source
<complexType name="EstimatedElapsedTimeType">
  <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.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <sequence>
        <element name="location" type="fx:ElapsedTimeLocationType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="elapsedTime" type="fb:DurationType" use="optional">
        <annotation>
          <documentation>The estimated amount of elapsed time.</documentation>
        </annotation>
      </attribute>
      <attribute name="seqNum" use="optional">
        <annotation>
          <documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero.</documentation>
        </annotation>
        <simpleType>
          <restriction base="xs:int">
            <minInclusive value="0"/>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Complex Type fx:ElapsedTimeLocationType
Namespace http://www.fixm.aero/flight/4.1
Annotations
The location associated with estimated elapsed time. It can be a longitude, significant 
point or flight information region.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_longitude RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_point RouteTrajectory_xsd.tmp#ElapsedTimeLocationType_region
Type extension of fb:ExtensibleType
Type hierarchy
Used by
Model fb:extension{0,2000} , (fx:longitude{0,1} | fx:point{0,1} | fx:region{0,1})
Children fb:extension, fx:longitude, fx:point, fx:region
Source
<complexType name="ElapsedTimeLocationType">
  <annotation>
    <documentation>The location associated with estimated elapsed time. It can be a longitude, significant point or flight information region.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensibleType">
      <choice>
        <element name="longitude" type="fb:LongitudeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Longitude associated with the elapsed time.</documentation>
          </annotation>
        </element>
        <element name="point" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Point associated with the estimated elapsed time.</documentation>
          </annotation>
        </element>
        <element name="region" type="fb:AirspaceDesignatorType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Flight information boundary associated with the elapsed time.</documentation>
          </annotation>
        </element>
      </choice>
    </extension>
  </complexContent>
</complexType>
Simple Type fx:FlightRulesCategoryType
Namespace http://www.fixm.aero/flight/4.1
Annotations
The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, 
Appendix 2, Item 8]
Diagram
Diagram
Type restriction of string
Facets
enumeration I
enumeration V
enumeration Y
enumeration Z
Used by
Source
<simpleType name="FlightRulesCategoryType">
  <annotation>
    <documentation>The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, Appendix 2, Item 8]</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="I"/>
    <enumeration value="V"/>
    <enumeration value="Y"/>
    <enumeration value="Z"/>
  </restriction>
</simpleType>
Attribute fx:ProfilePointType / @time
Namespace No namespace
Annotations
The time (from the start of the profile) at a point in a zero-wind, unconstrained 
profile.
Type fb:DurationType
Properties
use: optional
Used by
Complex Type fx:ProfilePointType
Source
<attribute name="time" type="fb:DurationType" use="optional">
  <annotation>
    <documentation>The time (from the start of the profile) at a point in a zero-wind, unconstrained profile.</documentation>
  </annotation>
</attribute>
Attribute fx:EnRouteDelayType / @delayReference
Namespace No namespace
Annotations
Indicates a named hold pattern, airspace or aerodrome at which the en route delay 
is expected to occur.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Complex Type fx:EnRouteDelayType
Source
<attribute name="delayReference" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Indicates a named hold pattern, airspace or aerodrome at which the en route delay is expected to occur.</documentation>
  </annotation>
</attribute>
Attribute fx:EnRouteDelayType / @delayType
Namespace No namespace
Annotations
Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested 
operations at a specified location.
Type fx:EnRouteDelayTypeType
Properties
use: optional
Facets
enumeration AU_REQUEST_POINT
The delay is an AU request to 'spend time' at the point, thus the delay has to be 
added to the flight duration to the next point to compute the estimate to the next 
point.
enumeration AU_REQUEST_SEGMENT
The delay is an AU request to 'spend time' at the segment starting at point, thus 
the delay has to be understood as the total duration between the point and the next 
one.
enumeration AU_REQUEST_AIRSPACE
The delay is an AU request to 'spend time' in an airspace after the RoutePoint the 
name of which is in delayReference, the delayValue is the time in that airspace, 
the entry and exit time into that airspace is in the BEGIN_STAY and END_STAY info 
of the trajectory.
enumeration AU_REQUEST_AERODROME
The delay is an AU request to 'spend time' at an aerodrome after the RoutePoint, 
the name of the aerodrome is in the delayReference field, the points at which the 
AU leaves its route and rejoin it go to the aerodrome are in the BEGIN_STAY and END_STAY 
info of the trajectory
enumeration AU_REQUEST_HOLDING
The delay is an AU request to 'spend time' at a holding pattern the anchor point 
of which is the RoutePoint.  The holding pattern name if any is in delayReference. 
 delayValue used to compute estimates as in AU_REQUEST_POINT
enumeration ATFM
The delay is an ASP request for airborne holding. The holding pattern name is in 
the delayReference field. The delay value used to compute estimates as in AU_REQUEST_POINT.
Used by
Complex Type fx:EnRouteDelayType
Source
<attribute name="delayType" type="fx:EnRouteDelayTypeType" use="optional">
  <annotation>
    <documentation>Indicates if the en route delay is planned airborne holding, or Airspace User (AU)-requested operations at a specified location.</documentation>
  </annotation>
</attribute>
Attribute fx:EnRouteDelayType / @delayValue
Namespace No namespace
Annotations
The length of time the flight is expected to be delayed at a specific point en route.
Type fb:DurationType
Properties
use: optional
Used by
Complex Type fx:EnRouteDelayType
Source
<attribute name="delayValue" type="fb:DurationType" use="optional">
  <annotation>
    <documentation>The length of time the flight is expected to be delayed at a specific point en route.</documentation>
  </annotation>
</attribute>
Attribute fx:TrajectoryPointReferenceType / @identifier
Namespace No namespace
Annotations
The name of the particular airspace or program (e.g., FCA016, CTP001, RRDCC123)
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="identifier" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>The name of the particular airspace or program (e.g., FCA016, CTP001, RRDCC123)</documentation>
  </annotation>
</attribute>
Attribute fx:TrajectoryPointReferenceType / @type
Namespace No namespace
Annotations
The nature of the airspace or program (e.g., special activity airspace, GDP, MIT, 
etc.)
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="type" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>The nature of the airspace or program (e.g., special activity airspace, GDP, MIT, etc.)</documentation>
  </annotation>
</attribute>
Attribute fx:TrajectoryPointPropertyType / @propertyType
Namespace No namespace
Annotations
Provides the type of trajectory point property.
Type fx:TrajectoryPointPropertyTypeType
Properties
use: optional
Facets
enumeration TOP_OF_CLIMB
enumeration TOP_OF_DESCENT
enumeration CROSSOVER_ALTITUDE
enumeration TRANSITION_ALTITUDE_OR_LEVEL
enumeration TCP_ALTITUDE
enumeration TCP_SPEED
enumeration TCP_LATERAL
enumeration DEPARTURE_RUNWAY_END
enumeration START_TAKEOFF_ROLL
enumeration END_LANDING_ROLL
enumeration WHEELS_OFF
enumeration WHEELS_ON
enumeration ENTRY_RESTRICTED_OR_RESERVED_AIRSPACE
enumeration EXIT_RESTRICTED_OR_RESERVED_AIRSPACE
enumeration CROSSING_CONSTRAINED_AIRSPACE
enumeration EXIT_CONSTRAINED_AIRSPACE
enumeration INITIAL_PREDICTION_POINT
enumeration END_PREDICTION_POINT
enumeration HOLD_ENTRY
enumeration HOLD_EXIT
enumeration BEGIN_STAY
enumeration END_STAY
enumeration START_EXPECT_VECTORS
enumeration END_EXPECT_VECTORS
enumeration CONSTRAINT_POINT
enumeration FIR_BOUNDARY_CROSSING_POINT
enumeration RUNWAY_THRESHOLD
enumeration PRESCRIBED_EET_POINT
enumeration ENTRY_CONSTRAINED_AIRSPACE
enumeration AIRPORT_REFERENCE_LOCATION
Used by
Source
<attribute name="propertyType" type="fx:TrajectoryPointPropertyTypeType" use="optional">
  <annotation>
    <documentation>Provides the type of trajectory point property.</documentation>
  </annotation>
</attribute>
Attribute fx:FlightRouteElementType / @flightRulesChange
Namespace No namespace
Annotations
Describes the planned change of flight rules (e.g., IFR/VFR) associated with a route 
point.
Type fx:FlightRulesType
Properties
use: optional
Facets
enumeration IFR
Instrument Flight Rules
enumeration VFR
Visual Flight Rules
Used by
Source
<attribute name="flightRulesChange" type="fx:FlightRulesType" use="optional">
  <annotation>
    <documentation>Describes the planned change of flight rules (e.g., IFR/VFR) associated with a route point.</documentation>
  </annotation>
</attribute>
Attribute fx:FlightRouteElementType / @modified
Namespace No namespace
Annotations
Identifies if the route point or element was modified from the reference version, 
identified in the message, during negotiation by an ASP.
Type fx:ModifiedRouteItemIndicatorType
Properties
use: optional
Facets
enumeration MODIFIED_ROUTE_ITEM
Used by
Source
<attribute name="modified" type="fx:ModifiedRouteItemIndicatorType" use="optional">
  <annotation>
    <documentation>Identifies if the route point or element was modified from the reference version, identified in the message, during negotiation by an ASP.</documentation>
  </annotation>
</attribute>
Attribute fx:FlightRouteElementType / @modifiedRouteItemReference
Namespace No namespace
Annotations
A reference to an ATFM program name that modified the route.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="modifiedRouteItemReference" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>A reference to an ATFM program name that modified the route.</documentation>
  </annotation>
</attribute>
Attribute fx:FlightRouteElementType / @routeTerminationIndicator
Namespace No namespace
Annotations
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>
Type fx:RouteTruncationIndicatorType
Properties
use: optional
Facets
enumeration ROUTE_TRUNCATION
Used by
Source
<attribute name="routeTerminationIndicator" type="fx:RouteTruncationIndicatorType" use="optional">
  <annotation>
    <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>
    </documentation>
  </annotation>
</attribute>
Attribute fx:FlightRouteElementType / @routeTruncationIndicator
Namespace No namespace
Annotations
Indicates the route description is truncated at the preceding point.
Type fx:RouteTruncationIndicatorType
Properties
use: optional
Facets
enumeration ROUTE_TRUNCATION
Used by
Source
<attribute name="routeTruncationIndicator" type="fx:RouteTruncationIndicatorType" use="optional">
  <annotation>
    <documentation>Indicates the route description is truncated at the preceding point.</documentation>
  </annotation>
</attribute>
Attribute fx:FlightRouteElementType / @seqNum
Namespace No namespace
Annotations
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Type restriction of int
Properties
use: optional
Facets
minInclusive 0
Used by
Source
<attribute name="seqNum" use="optional">
  <annotation>
    <documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero.</documentation>
  </annotation>
  <simpleType>
    <restriction base="xs:int">
      <minInclusive value="0"/>
    </restriction>
  </simpleType>
</attribute>
Attribute fx:EstimatedElapsedTimeType / @elapsedTime
Namespace No namespace
Annotations
The estimated amount of elapsed time.
Type fb:DurationType
Properties
use: optional
Used by
Source
<attribute name="elapsedTime" type="fb:DurationType" use="optional">
  <annotation>
    <documentation>The estimated amount of elapsed time.</documentation>
  </annotation>
</attribute>
Attribute fx:EstimatedElapsedTimeType / @seqNum
Namespace No namespace
Annotations
Incrementing identifier used to ensure the sequence of ordered lists is retained. 
[FIXM]. The identifier should begin at zero.
Type restriction of int
Properties
use: optional
Facets
minInclusive 0
Used by
Source
<attribute name="seqNum" use="optional">
  <annotation>
    <documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero.</documentation>
  </annotation>
  <simpleType>
    <restriction base="xs:int">
      <minInclusive value="0"/>
    </restriction>
  </simpleType>
</attribute>
Attribute fx:FlightRouteInformationType / @airfileRouteStartTime
Namespace No namespace
Annotations
The actual or estimated time of departure from the first point on the route for a 
flight filed in the air.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
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 fx:FlightRouteInformationType / @flightRulesCategory
Namespace No namespace
Annotations
The category of flight rules with which the pilot intends to comply. [ICAO Doc 4444, 
Appendix 2, Item 8]
Type fx:FlightRulesCategoryType
Properties
use: optional
Facets
enumeration I
enumeration V
enumeration Y
enumeration Z
Used by
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 fx:FlightRouteInformationType / @routeText
Namespace No namespace
Annotations
A string of route elements complying with PANS-ATM Item 15c
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
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 fx:FlightRouteInformationType / @totalEstimatedElapsedTime
Namespace No namespace
Annotations
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]
Type fb:DurationType
Properties
use: optional
Used by
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>