diagram | |||||||||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||
children | fx:airspeed fx:distance fx:extension fx:level fx:time | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | fb:CountType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||
type | fb:TrueAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
diagram | |||||||||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||||||||
type | fb:DistanceType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:ProfilePointExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:FlightLevelOrAltitudeChoiceType | ||||||||
properties |
|
||||||||
children | fb:altitude fb:flightLevel | ||||||||
annotation |
|
||||||||
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> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.2 | ||||||||
type | fb:DurationType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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> |