diagram | |||
namespace | http://www.fixm.aero/flight/4.3 | ||
children | fx:activation fx:extension fx:level | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="LevelConstraintType"> <xs:annotation> <xs:documentation>The altitude constraint applicable to a specific point or segment on the route. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="activation" type="fx:ActivationType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Provides an indication of whether the profile constraint is met or initiated at the Location</xs:documentation> </xs:annotation> </xs:element> <xs:element name="extension" type="fb:LevelConstraintExtensionType" 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:FlightLevelOrAltitudeOrRangeChoiceType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Level or altitude specification of the constraint.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ||||||||||
namespace | http://www.fixm.aero/flight/4.3 | |||||||||
type | fx:ActivationType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="activation" type="fx:ActivationType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Provides an indication of whether the profile constraint is met or initiated at the Location</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | http://www.fixm.aero/flight/4.3 | ||||||||
type | fb:LevelConstraintExtensionType | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="extension" type="fb:LevelConstraintExtensionType" 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.3 | ||||||||
type | fb:FlightLevelOrAltitudeOrRangeChoiceType | ||||||||
properties |
|
||||||||
children | fb:altitude fb:flightLevel fb:range | ||||||||
annotation |
|
||||||||
source | <xs:element name="level" type="fb:FlightLevelOrAltitudeOrRangeChoiceType" nillable="true" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Level or altitude specification of the constraint.</xs:documentation> </xs:annotation> </xs:element> |