simpleType TmiComplianceIndicatorType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
elements TmiComplianceType/ctaCompliance TmiComplianceType/ctdCompliance TmiComplianceType/eteCompliance
facets
Kind Value Annotation
enumeration COMPLIANT
documentation
Compliant
enumeration NON_COMPLIANT
documentation
Not compliant
annotation
documentation
Indicates whether a flight is compliant to a number of aspects of Traffic Management Initiative.
source <xs:simpleType name="TmiComplianceIndicatorType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether a flight is compliant to a number of aspects of Traffic Management Initiative.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="COMPLIANT">
     
<xs:annotation>
       
<xs:documentation>Compliant</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NON_COMPLIANT">
     
<xs:annotation>
       
<xs:documentation>Not compliant</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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