diagram | |||
namespace | http://www.fixm.aero/flight/4.2 | ||
children | fx:extension fx:initialSpeed fx:subsequentSpeed | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="SpeedScheduleType"> <xs:annotation> <xs:documentation>Defines the speed schedule for climb and descent of the aircraft through the crossover altitude.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="extension" type="fb:SpeedScheduleExtensionType" 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="initialSpeed" type="fb:IndicatedAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Initial speed of the aircraft during the climb</xs:documentation> </xs:annotation> </xs:element> <xs:element name="subsequentSpeed" type="fb:IndicatedAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Subsequent speed of the aircraft during the climb</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:SpeedScheduleExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:SpeedScheduleExtensionType" 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 | fb:IndicatedAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="initialSpeed" type="fb:IndicatedAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Initial speed of the aircraft during the climb</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||
type | fb:IndicatedAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="subsequentSpeed" type="fb:IndicatedAirspeedType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Subsequent speed of the aircraft during the climb</xs:documentation> </xs:annotation> </xs:element> |