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


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