complexType SpeedScheduleType
diagram Fixm_diagrams/Fixm_p468.png
namespace http://www.fixm.aero/flight/4.2
children fx:extension fx:initialSpeed fx:subsequentSpeed
used by
elements RouteTrajectoryGroupType/climbSchedule RouteTrajectoryGroupType/descentSchedule
annotation
documentation
Defines the speed schedule for climb and descent of the aircraft through the crossover altitude.
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>

element SpeedScheduleType/extension
diagram Fixm_diagrams/Fixm_p469.png
namespace http://www.fixm.aero/flight/4.2
type fb:SpeedScheduleExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
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>

element SpeedScheduleType/initialSpeed
diagram Fixm_diagrams/Fixm_p470.png
namespace http://www.fixm.aero/flight/4.2
type fb:IndicatedAirspeedType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation
Unit of measure
annotation
documentation
Initial speed of the aircraft during the climb
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>

element SpeedScheduleType/subsequentSpeed
diagram Fixm_diagrams/Fixm_p471.png
namespace http://www.fixm.aero/flight/4.2
type fb:IndicatedAirspeedType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAirspeedType  required      
documentation
Unit of measure
annotation
documentation
Subsequent speed of the aircraft during the climb
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>


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