diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||
type | extension of fb:ExtensibleType | ||||||||||||||
properties |
|
||||||||||||||
children | fb:extension fx:routeTrajectory | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of fb:CharacterStringType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||
type | fx:RouteTrajectoryType | ||||||
properties |
|
||||||
children | fb:extension fx:climbProfile fx:climbSchedule fx:descentProfile fx:descentSchedule fx:element fx:routeInformation fx:takeoffWeight | ||||||
annotation |
|
||||||
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> |