complexType ProfilePointType
diagram FficeMessage_diagrams/FficeMessage_p488.png
namespace http://www.fixm.aero/flight/4.2
children fx:airspeed fx:distance fx:extension fx:level fx:time
used by
element PerformanceProfileType/profilePoint
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. 
source <xs:complexType name="ProfilePointType">
 
<xs:annotation>
   
<xs:documentation>A point in a performance climb or descent profile.  </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="airspeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="distance" type="fb:DistanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The distance (from the start of the profile) at a point in a zero-wind, unconstrained profile.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:ProfilePointExtensionType" 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="fb:FlightLevelOrAltitudeChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The altitude of a point in a zero-wind, unconstrained profile.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="time" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time (from the start of the profile) at a point in a zero-wind, unconstrained profile.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="seqNum" type="fb:CountType" use="optional">
   
<xs:annotation>
     
<xs:documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ProfilePointType/@seqNum
type fb:CountType
properties
use optional
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]
source <xs:attribute name="seqNum" type="fb:CountType" use="optional">
 
<xs:annotation>
   
<xs:documentation>Incrementing identifier used to ensure the sequence of ordered lists is retained. The identifier should begin at zero. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element ProfilePointType/airspeed
diagram FficeMessage_diagrams/FficeMessage_p489.png
namespace http://www.fixm.aero/flight/4.2
type fb:TrueAirspeedType
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
The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile.
source <xs:element name="airspeed" type="fb:TrueAirspeedType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProfilePointType/distance
diagram FficeMessage_diagrams/FficeMessage_p490.png
namespace http://www.fixm.aero/flight/4.2
type fb:DistanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomLengthType  required      
documentation
Unit of measure
annotation
documentation
The distance (from the start of the profile) at a point in a zero-wind, unconstrained profile.
source <xs:element name="distance" type="fb:DistanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The distance (from the start of the profile) at a point in a zero-wind, unconstrained profile.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProfilePointType/extension
diagram FficeMessage_diagrams/FficeMessage_p491.png
namespace http://www.fixm.aero/flight/4.2
type fb:ProfilePointExtensionType
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:ProfilePointExtensionType" 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 ProfilePointType/level
diagram FficeMessage_diagrams/FficeMessage_p492.png
namespace http://www.fixm.aero/flight/4.2
type fb:FlightLevelOrAltitudeChoiceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:altitude fb:flightLevel
annotation
documentation
The altitude of a point in a zero-wind, unconstrained profile.
source <xs:element name="level" type="fb:FlightLevelOrAltitudeChoiceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The altitude of a point in a zero-wind, unconstrained profile.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ProfilePointType/time
diagram FficeMessage_diagrams/FficeMessage_p493.png
namespace http://www.fixm.aero/flight/4.2
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The time (from the start of the profile) at a point in a zero-wind, unconstrained profile.
source <xs:element name="time" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time (from the start of the profile) at a point in a zero-wind, unconstrained profile.</xs:documentation>
 
</xs:annotation>
</xs:element>


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