simpleType DepartureOrArrivalIndicatorType
namespace http://www.fixm.aero/flight/4.3
type restriction of xs:string
properties
base xs:string
used by
element RouteTrajectoryConstraintType/departureOrArrivalIndicator
facets
Kind Value Annotation
enumeration ARRIVAL
enumeration DEPARTURE
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.
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="ARRIVAL"/>
   
<xs:enumeration value="DEPARTURE"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy