diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||
type | extension of fb:ExtensibleType | ||||||||||||||
properties |
|
||||||||||||||
children | fb:extension fx:airspeed fx:distance fx:level | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <complexType name="ProfilePointType"> <annotation> <documentation> A point in a performance climb or descent profile. </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <sequence> <element name="airspeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile. </documentation> </annotation> </element> <element name="distance" type="fb:DistanceType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The distance (from the start of the profile) at a point in a zero-wind, unconstrained profile. </documentation> </annotation> </element> <element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The altitude of a point in a zero-wind, unconstrained profile. </documentation> </annotation> </element> </sequence> <attribute name="time" type="fb:DurationType" use="optional"> <annotation> <documentation> The time (from the start of the profile) at a point in a zero-wind, unconstrained profile. </documentation> </annotation> </attribute> </extension> </complexContent> </complexType> |
type | fb:DurationType | ||
properties |
|
||
annotation |
|
||
source | <attribute name="time" type="fb:DurationType" use="optional"> <annotation> <documentation> The time (from the start of the profile) at a point in a zero-wind, unconstrained profile. </documentation> </annotation> </attribute> |
diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||
type | fb:TrueAirspeedType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <element name="airspeed" type="fb:TrueAirspeedType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The true airspeed of a point in a zero-wind, standard atmosphere, unconstrained profile. </documentation> </annotation> </element> |
diagram | ![]() |
||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||
type | fb:DistanceType | ||||||||||||||
properties |
|
||||||||||||||
facets |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <element name="distance" type="fb:DistanceType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The distance (from the start of the profile) at a point in a zero-wind, unconstrained profile. </documentation> </annotation> </element> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||
type | fb:FlightLevelOrAltitudeType | ||||||
properties |
|
||||||
children | fb:extension fb:altitude fb:flightLevel | ||||||
annotation |
|
||||||
source | <element name="level" type="fb:FlightLevelOrAltitudeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> The altitude of a point in a zero-wind, unconstrained profile. </documentation> </annotation> </element> |