simpleType CenterConformanceIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
element NasCenterConformanceType/conformant
facets
Kind Value Annotation
enumeration CONFORMANT
documentation
Flight is conformant.
enumeration NON_CONFORMANT
documentation
Flight is not conformant.
annotation
documentation
Indicates whether the flight is conformant within the bounds of the center.
source <xs:simpleType name="CenterConformanceIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether the flight is conformant within the bounds of the center.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CONFORMANT">
     
<xs:annotation>
       
<xs:documentation>Flight is conformant.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NON_CONFORMANT">
     
<xs:annotation>
       
<xs:documentation>Flight is not conformant.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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