diagram | |||
namespace | http://www.fixm.aero/flight/4.2 | ||
children | fx:cruiseClimbStart fx:extension fx:level fx:speed | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="RouteChangeType"> <xs:annotation> <xs:documentation>A requested change that is applicable to a route or trajectory point. Can be any of the several defined requested changes.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="cruiseClimbStart" type="fx:CruiseClimbStartType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The parameters of a cruise climb executed at the associated significant point. It contains the following parameters: 1. the speed to be maintained during cruise climb; 2. either the minimum and maximum levels defining the layer to be occupied during cruise climb, or the level above which cruise climb is planned.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="extension" type="fb:RouteChangeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="level" type="fx:CruisingLevelChangeType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The planned altitude that the aircraft will change to upon reaching the associated Significant Point along its Route.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="speed" type="fx:CruisingSpeedChangeType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The planned speed that the aircraft will change to upon reaching the associated Significant Point along its Route.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fx:CruiseClimbStartType | ||||||||
properties |
|
||||||||
children | fx:atOrAboveAltitude fx:extension fx:level fx:speed | ||||||||
annotation |
|
||||||||
source | <xs:element name="cruiseClimbStart" type="fx:CruiseClimbStartType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The parameters of a cruise climb executed at the associated significant point. It contains the following parameters: 1. the speed to be maintained during cruise climb; 2. either the minimum and maximum levels defining the layer to be occupied during cruise climb, or the level above which cruise climb is planned.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:RouteChangeExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:RouteChangeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000"> <xs:annotation> <xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fx:CruisingLevelChangeType | ||||||||
properties |
|
||||||||
children | fx:activation fx:extension fx:level | ||||||||
annotation |
|
||||||||
source | <xs:element name="level" type="fx:CruisingLevelChangeType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The planned altitude that the aircraft will change to upon reaching the associated Significant Point along its Route.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fx:CruisingSpeedChangeType | ||||||||
properties |
|
||||||||
children | fx:activation fx:extension fx:speed | ||||||||
annotation |
|
||||||||
source | <xs:element name="speed" type="fx:CruisingSpeedChangeType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>The planned speed that the aircraft will change to upon reaching the associated Significant Point along its Route.</xs:documentation> </xs:annotation> </xs:element> |