complexType NasTrajectoryOptionType
diagram Nas_diagrams/Nas_p358.png
namespace http://www.faa.aero/nas/4.2
type extension of fb:ExtensionType
properties
base fb:ExtensionType
children nas:constrainedAirspaceEntry
used by
element NasTrajectoryOption
attributes
Name  Type  Use  Default  Fixed  Annotation
assignedIndicator  nas:AssignedIndicatorType  optional      
documentation

                     An indication whether the Ranked 4D trajectory has been assigned by the Air Navigation
                     Service Provider (ANSP).
                 
ctopIdentifier  derived by: fb:CharacterStringType  optional      
documentation

                     The Traffic Flow Management System generated unique identifier for the Collaborative
                     Trajectory Options Program.
                 
ctopName  derived by: fb:CharacterStringType  optional      
documentation

                     The name for the Collaborative Trajectory Options Program as defined by the traffic
                     manager.
                 
manualOverride  nas:ManualOverrideIndicatorType  optional      
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.
                    
                 
minimumNotificationMinutes  fb:CountType  optional      
documentation

                     The minimum notification time, relative to off block departure time, the airspace
                     user needs for a trajectory option to be assigned.
                 
relativeCost  fb:CountType  optional      
documentation

                     The relative cost of the trajectory option as compared to another trajectory option.
                    
                 
tosSequenceNumber  fb:CountType  optional      
documentation

                     Provides the sequence number for the Trajectory Option Set submitted by the airspace
                     user
                 
totalCost  fb:CountType  optional      
documentation

                     The total cost the flight would incur if this were the assigned trajectory option.
                     It includes the Trajectory Relative Cost and the Traffic Flow Management assigned
                     delay for this trajectory option.
                 
validEndTime  fb:TimeType  optional      
documentation

                     The latest runway departure time for which this trajectory can be used by this flight.
                    
                 
validStartTime  fb:TimeType  optional      
documentation

                     The earliest runway departure time for which this trajectory can be used by this
                     flight.
                 
annotation
documentation

            A container for a Traffic Flow Management Collaborative Trajectory Options Program
            pertinent information for a flight.
            A container for information pertinent to a single trajectory option for a flight.
           
        
source <complexType name="NasTrajectoryOptionType">
 
<annotation>
   
<documentation>
            A container for a Traffic Flow Management Collaborative Trajectory Options Program
            pertinent information for a flight.
            A container for information pertinent to a single trajectory option for a flight.
           
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensionType">
     
<sequence>
       
<element name="constrainedAirspaceEntry" type="nas:ConstrainedAirspaceEntryType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        Container for NAS Trajectory Option Constraints.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="assignedIndicator" type="nas:AssignedIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     An indication whether the Ranked 4D trajectory has been assigned by the Air Navigation
                     Service Provider (ANSP).
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="ctopIdentifier" use="optional">
       
<annotation>
         
<documentation>
                     The Traffic Flow Management System generated unique identifier for the Collaborative
                     Trajectory Options Program.
                 
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="fb:CharacterStringType">
           
<pattern value="CTP\d{3}"/>
         
</restriction>
       
</simpleType>
     
</attribute>
     
<attribute name="ctopName" use="optional">
       
<annotation>
         
<documentation>
                     The name for the Collaborative Trajectory Options Program as defined by the traffic
                     manager.
                 
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="fb:CharacterStringType">
           
<minLength value="1"/>
           
<maxLength value="30"/>
         
</restriction>
       
</simpleType>
     
</attribute>
     
<attribute name="manualOverride" type="nas:ManualOverrideIndicatorType" use="optional">
       
<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.
                    
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="minimumNotificationMinutes" type="fb:CountType" use="optional">
       
<annotation>
         
<documentation>
                     The minimum notification time, relative to off block departure time, the airspace
                     user needs for a trajectory option to be assigned.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="relativeCost" type="fb:CountType" use="optional">
       
<annotation>
         
<documentation>
                     The relative cost of the trajectory option as compared to another trajectory option.
                    
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="tosSequenceNumber" type="fb:CountType" use="optional">
       
<annotation>
         
<documentation>
                     Provides the sequence number for the Trajectory Option Set submitted by the airspace
                     user
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="totalCost" type="fb:CountType" use="optional">
       
<annotation>
         
<documentation>
                     The total cost the flight would incur if this were the assigned trajectory option.
                     It includes the Trajectory Relative Cost and the Traffic Flow Management assigned
                     delay for this trajectory option.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="validEndTime" type="fb:TimeType" use="optional">
       
<annotation>
         
<documentation>
                     The latest runway departure time for which this trajectory can be used by this flight.
                    
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="validStartTime" type="fb:TimeType" use="optional">
       
<annotation>
         
<documentation>
                     The earliest runway departure time for which this trajectory can be used by this
                     flight.
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute NasTrajectoryOptionType/@assignedIndicator
type nas:AssignedIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration ASSIGNED
annotation
documentation

                     An indication whether the Ranked 4D trajectory has been assigned by the Air Navigation
                     Service Provider (ANSP).
                 
source <attribute name="assignedIndicator" type="nas:AssignedIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     An indication whether the Ranked 4D trajectory has been assigned by the Air Navigation
                     Service Provider (ANSP).
                 
</documentation>
 
</annotation>
</attribute>

attribute NasTrajectoryOptionType/@ctopIdentifier
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern CTP\d{3}
annotation
documentation

                     The Traffic Flow Management System generated unique identifier for the Collaborative
                     Trajectory Options Program.
                 
source <attribute name="ctopIdentifier" use="optional">
 
<annotation>
   
<documentation>
                     The Traffic Flow Management System generated unique identifier for the Collaborative
                     Trajectory Options Program.
                 
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<pattern value="CTP\d{3}"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasTrajectoryOptionType/@ctopName
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation

                     The name for the Collaborative Trajectory Options Program as defined by the traffic
                     manager.
                 
source <attribute name="ctopName" use="optional">
 
<annotation>
   
<documentation>
                     The name for the Collaborative Trajectory Options Program as defined by the traffic
                     manager.
                 
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<minLength value="1"/>
     
<maxLength value="30"/>
   
</restriction>
 
</simpleType>
</attribute>

attribute NasTrajectoryOptionType/@manualOverride
type nas:ManualOverrideIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration 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 <attribute name="manualOverride" type="nas:ManualOverrideIndicatorType" use="optional">
 
<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.
                    
                 
</documentation>
 
</annotation>
</attribute>

attribute NasTrajectoryOptionType/@minimumNotificationMinutes
type fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation

                     The minimum notification time, relative to off block departure time, the airspace
                     user needs for a trajectory option to be assigned.
                 
source <attribute name="minimumNotificationMinutes" type="fb:CountType" use="optional">
 
<annotation>
   
<documentation>
                     The minimum notification time, relative to off block departure time, the airspace
                     user needs for a trajectory option to be assigned.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasTrajectoryOptionType/@relativeCost
type fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation

                     The relative cost of the trajectory option as compared to another trajectory option.
                    
                 
source <attribute name="relativeCost" type="fb:CountType" use="optional">
 
<annotation>
   
<documentation>
                     The relative cost of the trajectory option as compared to another trajectory option.
                    
                 
</documentation>
 
</annotation>
</attribute>

attribute NasTrajectoryOptionType/@tosSequenceNumber
type fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation

                     Provides the sequence number for the Trajectory Option Set submitted by the airspace
                     user
                 
source <attribute name="tosSequenceNumber" type="fb:CountType" use="optional">
 
<annotation>
   
<documentation>
                     Provides the sequence number for the Trajectory Option Set submitted by the airspace
                     user
                 
</documentation>
 
</annotation>
</attribute>

attribute NasTrajectoryOptionType/@totalCost
type fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation

                     The total cost the flight would incur if this were the assigned trajectory option.
                     It includes the Trajectory Relative Cost and the Traffic Flow Management assigned
                     delay for this trajectory option.
                 
source <attribute name="totalCost" type="fb:CountType" use="optional">
 
<annotation>
   
<documentation>
                     The total cost the flight would incur if this were the assigned trajectory option.
                     It includes the Trajectory Relative Cost and the Traffic Flow Management assigned
                     delay for this trajectory option.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasTrajectoryOptionType/@validEndTime
type fb:TimeType
properties
use optional
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation

                     The latest runway departure time for which this trajectory can be used by this flight.
                    
                 
source <attribute name="validEndTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
                     The latest runway departure time for which this trajectory can be used by this flight.
                    
                 
</documentation>
 
</annotation>
</attribute>

attribute NasTrajectoryOptionType/@validStartTime
type fb:TimeType
properties
use optional
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation

                     The earliest runway departure time for which this trajectory can be used by this
                     flight.
                 
source <attribute name="validStartTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
                     The earliest runway departure time for which this trajectory can be used by this
                     flight.
                 
</documentation>
 
</annotation>
</attribute>

element NasTrajectoryOptionType/constrainedAirspaceEntry
diagram Nas_diagrams/Nas_p359.png
namespace http://www.faa.aero/nas/4.2
type nas:ConstrainedAirspaceEntryType
properties
minOcc 0
maxOcc 2000
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
earliestAirspaceEntryTime  fb:TimeType  optional      
documentation

               The earliest time the flight could enter the constrained airspace.
           
impactFca  nas:ConstrainedAirspaceType  optional      
documentation

               Contains:
               Container for the list of constrained airspace areas to be traversed by the trajectory
               option.
               Unique Identifier for the constrained airspace to be traversed by the trajectory
               option.
           
annotation
documentation

                        Container for NAS Trajectory Option Constraints.
                    
source <element name="constrainedAirspaceEntry" type="nas:ConstrainedAirspaceEntryType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        Container for NAS Trajectory Option Constraints.
                    
</documentation>
 
</annotation>
</element>


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