complexType NasTrajectoryOptionType
diagram Nas_diagrams/Nas_p629.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:assignedIndicator nas:cruisingLevel nas:cruisingSpeed nas:intersectedAirspace nas:manualOverride nas:minimumNotificationMinutes nas:relativeCost nas:route nas:totalCost nas:trajectoryIndex nas:validEndTime nas:validStartTime
used by
element CollaborativeTrajectoryOptionsProgramType/trajectoryOption
annotation
documentation
A container for information pertinent to a single trajectory option for a flight.
source <xs:complexType name="NasTrajectoryOptionType">
 
<xs:annotation>
   
<xs:documentation>A container for information pertinent to a single trajectory option for a flight.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="assignedIndicator" type="nas:AssignedIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>An indication whether the trajectory option has been assigned by the Air Navigation Service Provider (ANSP).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="cruisingLevel" type="fb:FlightLevelType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The filed altitude (flight level) for the first or the whole cruising portion of the flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="cruisingSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs: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. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="intersectedAirspace" type="nas:NasIntersectedAirspaceType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>Constrained airspace intersected by the flight following this Trajectory Option.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="manualOverride" type="nas:ManualOverrideIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>An indication whether a trajectory was either selected manually by a traffic manager from the available trajectory options or was entered manually by a traffic manager.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="minimumNotificationMinutes" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The minimum notification time, relative to off block departure time, the airspace user needs for a trajectory option to be assigned.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="relativeCost" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The relative cost of the trajectory option as compared to another trajectory option.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="route" type="nas:TrajectoryOptionRouteType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>ICAO route string which allows for a CDR code.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="totalCost" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The total cost a flight would incur if this were the assigned trajectory option. It is the sum of the delay the option would have to assign the flight on this trajectory to avoid exceeding demand and the flight-operator provided relative trajectory cost.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="trajectoryIndex" type="fb:CountPositiveType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Index used to differentiate the trajectory options for the purpose of generating replies.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="validEndTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation> The latest runway departure time for which this trajectory can be used by this flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="validStartTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation> The earliest runway departure time for which this trajectory can be used by this flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasTrajectoryOptionType/assignedIndicator
diagram Nas_diagrams/Nas_p630.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:AssignedIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration ASSIGNED
documentation
Assigned
enumeration NOT_ASSIGNED
documentation
Not Assigned
annotation
documentation
An indication whether the trajectory option has been assigned by the Air Navigation Service Provider (ANSP).
source <xs:element name="assignedIndicator" type="nas:AssignedIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>An indication whether the trajectory option has been assigned by the Air Navigation Service Provider (ANSP).</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/cruisingLevel
diagram Nas_diagrams/Nas_p631.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:FlightLevelType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomFlightLevelType  required      
documentation
Unit of measure
annotation
documentation
The filed altitude (flight level) for the first or the whole cruising portion of the flight.
source <xs:element name="cruisingLevel" type="fb:FlightLevelType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The filed altitude (flight level) for the first or the whole cruising portion of the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/cruisingSpeed
diagram Nas_diagrams/Nas_p632.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TrueAirspeedType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation
Unit of measure
annotation
documentation
The true airspeed for the first or the whole cruising portion of the flight.  This can be for a filed flight or an active flight.  This element is strategic in nature.
source <xs:element name="cruisingSpeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs: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. </xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/intersectedAirspace
diagram Nas_diagrams/Nas_p633.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasIntersectedAirspaceType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children nas:airspaceIdentifier nas:earliestAirspaceEntryTime
annotation
documentation
Constrained airspace intersected by the flight following this Trajectory Option.
source <xs:element name="intersectedAirspace" type="nas:NasIntersectedAirspaceType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>Constrained airspace intersected by the flight following this Trajectory Option.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/manualOverride
diagram Nas_diagrams/Nas_p634.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ManualOverrideIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration MANUAL_OVERRIDE
documentation
Manual Override
annotation
documentation
An indication whether a trajectory was either selected manually by a traffic manager from the available trajectory options or was entered manually by a traffic manager.
source <xs:element name="manualOverride" type="nas:ManualOverrideIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>An indication whether a trajectory was either selected manually by a traffic manager from the available trajectory options or was entered manually by a traffic manager.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/minimumNotificationMinutes
diagram Nas_diagrams/Nas_p635.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The minimum notification time, relative to off block departure time, the airspace user needs for a trajectory option to be assigned.
source <xs:element name="minimumNotificationMinutes" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The minimum notification time, relative to off block departure time, the airspace user needs for a trajectory option to be assigned.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/relativeCost
diagram Nas_diagrams/Nas_p636.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The relative cost of the trajectory option as compared to another trajectory option.
source <xs:element name="relativeCost" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The relative cost of the trajectory option as compared to another trajectory option.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/route
diagram Nas_diagrams/Nas_p637.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TrajectoryOptionRouteType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:codedDepartureRoute nas:routeText
annotation
documentation
ICAO route string which allows for a CDR code.
source <xs:element name="route" type="nas:TrajectoryOptionRouteType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>ICAO route string which allows for a CDR code.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/totalCost
diagram Nas_diagrams/Nas_p638.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The total cost a flight would incur if this were the assigned trajectory option. It is the sum of the delay the option would have to assign the flight on this trajectory to avoid exceeding demand and the flight-operator provided relative trajectory cost.
source <xs:element name="totalCost" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The total cost a flight would incur if this were the assigned trajectory option. It is the sum of the delay the option would have to assign the flight on this trajectory to avoid exceeding demand and the flight-operator provided relative trajectory cost.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/trajectoryIndex
diagram Nas_diagrams/Nas_p639.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:CountPositiveType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Index used to differentiate the trajectory options for the purpose of generating replies.
source <xs:element name="trajectoryIndex" type="fb:CountPositiveType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Index used to differentiate the trajectory options for the purpose of generating replies.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/validEndTime
diagram Nas_diagrams/Nas_p640.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The latest runway departure time for which this trajectory can be used by this flight.
source <xs:element name="validEndTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> The latest runway departure time for which this trajectory can be used by this flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasTrajectoryOptionType/validStartTime
diagram Nas_diagrams/Nas_p641.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The earliest runway departure time for which this trajectory can be used by this flight.
source <xs:element name="validStartTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> The earliest runway departure time for which this trajectory can be used by this flight.</xs:documentation>
 
</xs:annotation>
</xs:element>


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