diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.fixm.aero/flight/4.1 | ||||||||||||||||||||||||||||||
type | extension of fb:ExtensibleType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | fb:extension | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <complexType name="AbstractConstraintType" abstract="true"> <annotation> <documentation> An Abstract class that defines a constraint to an route point or trajectory. </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <attribute name="constraintReference" type="fb:CharacterStringType" use="optional"> <annotation> <documentation> Reference to a named constraint, if applicable. </documentation> </annotation> </attribute> <attribute name="departureOrArrivalIndicator" type="fx:DepartureOrArrivalIndicatorType" use="optional"> <annotation> <documentation> Identifies whether the constraint is applicable on climb or descent. This provides an indication of which constraints take priority in the event of conflict when establishing a profile. </documentation> </annotation> </attribute> <attribute name="seqNum" use="optional"> <annotation> <documentation> Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero. </documentation> </annotation> <simpleType> <restriction base="xs:int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType> |
type | fb:CharacterStringType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="constraintReference" type="fb:CharacterStringType" use="optional"> <annotation> <documentation> Reference to a named constraint, if applicable. </documentation> </annotation> </attribute> |
type | fx:DepartureOrArrivalIndicatorType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <attribute name="departureOrArrivalIndicator" type="fx:DepartureOrArrivalIndicatorType" use="optional"> <annotation> <documentation> Identifies whether the constraint is applicable on climb or descent. This provides an indication of which constraints take priority in the event of conflict when establishing a profile. </documentation> </annotation> </attribute> |
type | restriction of int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <attribute name="seqNum" use="optional"> <annotation> <documentation> Incrementing identifier used to ensure the sequence of ordered lists is retained. [FIXM]. The identifier should begin at zero. </documentation> </annotation> <simpleType> <restriction base="xs:int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> |