simpleType DeicingIntentType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element DeicingInformationType/deicingIntent
facets
Kind Value Annotation
enumeration DEICE
documentation
Indicates the intent for the flight to be deiced.
enumeration NO_DEICE
documentation
Indicates the intent for the flight to not be deiced.
annotation
documentation
Indicates the intent for the flight to be deiced.
source <xs:simpleType name="DeicingIntentType">
 
<xs:annotation>
   
<xs:documentation>Indicates the intent for the flight to be deiced.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DEICE">
     
<xs:annotation>
       
<xs:documentation>Indicates the intent for the flight to be deiced.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NO_DEICE">
     
<xs:annotation>
       
<xs:documentation>Indicates the intent for the flight to not be deiced.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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