simpleType IncompleteIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasRouteInformationType/incompleteIndicator
facets
Kind Value Annotation
enumeration INCOMPLETE
documentation
Incomplete
annotation
documentation
Indicates whether the NAS Route is incomplete or not.
source <xs:simpleType name="IncompleteIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the NAS Route is incomplete or not.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="INCOMPLETE">
     
<xs:annotation>
       
<xs:documentation>Incomplete</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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