complexType PerformanceProfileType
diagram BasicMessage_diagrams/BasicMessage_p450.png
namespace http://www.fixm.aero/flight/4.2
children fx:extension fx:profilePoint
used by
elements RouteTrajectoryGroupType/climbProfile RouteTrajectoryGroupType/descentProfile
annotation
documentation
A zero-wind, standard atmosphere, unconstrained movement profile reflective of the flight capabilities and desired parameters during climb or descent.
source <xs:complexType name="PerformanceProfileType">
 
<xs:annotation>
   
<xs:documentation>A zero-wind, standard atmosphere, unconstrained movement profile reflective of the flight capabilities and desired parameters during climb or descent. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="extension" type="fb:PerformanceProfileExtensionType" 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="profilePoint" type="fx:ProfilePointType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>A point in a performance climb or descent profile.  Order is based on time from earliest to latest.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PerformanceProfileType/extension
diagram BasicMessage_diagrams/BasicMessage_p451.png
namespace http://www.fixm.aero/flight/4.2
type fb:PerformanceProfileExtensionType
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:PerformanceProfileExtensionType" 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 PerformanceProfileType/profilePoint
diagram BasicMessage_diagrams/BasicMessage_p452.png
namespace http://www.fixm.aero/flight/4.2
type fx:ProfilePointType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
children fx:airspeed fx:distance fx:extension fx:level fx:time
attributes
Name  Type  Use  Default  Fixed  Annotation
seqNum  fb:CountType  optional      
documentation
Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]
annotation
documentation
A point in a performance climb or descent profile.  Order is based on time from earliest to latest.
source <xs:element name="profilePoint" type="fx:ProfilePointType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>A point in a performance climb or descent profile.  Order is based on time from earliest to latest.</xs:documentation>
 
</xs:annotation>
</xs:element>


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