namespace | http://www.fixm.aero/flight/4.2 | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="DepartureOrArrivalIndicatorType"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="DEPARTURE"/> <xs:enumeration value="ARRIVAL"/> </xs:restriction> </xs:simpleType> |