complexType RankedTrajectoryType
diagram Nas_diagrams/Nas_p595.png
namespace http://www.fixm.aero/flight/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fx:routeTrajectory
used by
elements FlightType/desired FlightType/rankedTrajectories RankedTrajectory
attributes
Name  Type  Use  Default  Fixed  Annotation
identifier  derived by: fb:CharacterStringType  optional      
documentation

                     Unique Identifier used to differentiate the 4D trajectories.
                 
annotation
documentation

            A candidate 4D Trajectory, with tolerances supplied if necessary by the airspace
            user to define when the next ranked trajectory should be used.
            This is the route associated with a single Ranked 4D trajectory for a flight.  It
            indicates the intent of the flight and includes the path over the surface of the
            earth, the altitude and the speed for the flight.
        
source <complexType name="RankedTrajectoryType">
 
<annotation>
   
<documentation>
            A candidate 4D Trajectory, with tolerances supplied if necessary by the airspace
            user to define when the next ranked trajectory should be used.
            This is the route associated with a single Ranked 4D trajectory for a flight.  It
            indicates the intent of the flight and includes the path over the surface of the
            earth, the altitude and the speed for the flight.
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<sequence>
       
<element name="routeTrajectory" type="fx:RouteTrajectoryType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Route Trajectory pair that is the subject of the Trajectory option.
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="identifier" use="optional">
       
<annotation>
         
<documentation>
                     Unique Identifier used to differentiate the 4D trajectories.
                 
</documentation>
       
</annotation>
       
<simpleType>
         
<restriction base="fb:CharacterStringType">
           
<pattern value="[0-9]{1,2}"/>
         
</restriction>
       
</simpleType>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute RankedTrajectoryType/@identifier
type restriction of fb:CharacterStringType
properties
use optional
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]{1,2}
annotation
documentation

                     Unique Identifier used to differentiate the 4D trajectories.
                 
source <attribute name="identifier" use="optional">
 
<annotation>
   
<documentation>
                     Unique Identifier used to differentiate the 4D trajectories.
                 
</documentation>
 
</annotation>
 
<simpleType>
   
<restriction base="fb:CharacterStringType">
     
<pattern value="[0-9]{1,2}"/>
   
</restriction>
 
</simpleType>
</attribute>

element RankedTrajectoryType/routeTrajectory
diagram Nas_diagrams/Nas_p596.png
namespace http://www.fixm.aero/flight/4.1
type fx:RouteTrajectoryType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension fx:climbProfile fx:climbSchedule fx:descentProfile fx:descentSchedule fx:element fx:routeInformation fx:takeoffWeight
annotation
documentation

                        Route Trajectory pair that is the subject of the Trajectory option.
                    
source <element name="routeTrajectory" type="fx:RouteTrajectoryType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Route Trajectory pair that is the subject of the Trajectory option.
                    
</documentation>
 
</annotation>
</element>


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