simpleType SmpExemptionIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasDepartureType/smpExemptionIndicator
facets
Kind Value Annotation
enumeration EXEMPT
documentation
Exempt from the Surface Metering Program.
enumeration NOT_EXEMPT
documentation
Not exempt from the Surface Metering Program.
annotation
documentation
The exemption status from a Surface Metering Program.
source <xs:simpleType name="SmpExemptionIndicatorType">
 
<xs:annotation>
   
<xs:documentation>The exemption status from a Surface Metering Program.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="EXEMPT">
     
<xs:annotation>
       
<xs:documentation>Exempt from the Surface Metering Program.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NOT_EXEMPT">
     
<xs:annotation>
       
<xs:documentation>Not exempt from the Surface Metering Program.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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