simpleType StandReturnIntentType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasDepartureType/standReturnIntent
facets
Kind Value Annotation
enumeration RETURN
documentation
Indicates the intent for the flight to return to the stand.
enumeration NO_RETURN
documentation
Indicates the intent for the flight to not return to the stand.
annotation
documentation
Indicates the intent for the flight to return to the stand.
source <xs:simpleType name="StandReturnIntentType">
 
<xs:annotation>
   
<xs:documentation>Indicates the intent for the flight to return to the stand.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="RETURN">
     
<xs:annotation>
       
<xs:documentation>Indicates the intent for the flight to return to the stand.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NO_RETURN">
     
<xs:annotation>
       
<xs:documentation>Indicates the intent for the flight to not return to the stand.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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