simpleType DepartureOrArrivalIndicatorType
namespace http://www.fixm.aero/flight/4.1
type restriction of string
properties
base xs:string
used by
attribute AbstractConstraintType/@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 <simpleType name="DepartureOrArrivalIndicatorType">
 
<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>
 
<restriction base="xs:string">
   
<enumeration value="DEPARTURE"/>
   
<enumeration value="ARRIVAL"/>
 
</restriction>
</simpleType>


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