simpleType CodeCertificationStatusType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element Certification/certificationStatus
facets
Kind Value Annotation
enumeration Active
documentation
Active certification authority attests to the employee’s proficiency on a system, subsystem, or service, IAW FAA Order 3000.57B.
enumeration Inactive
documentation
Certification authority has been determined to be inactive, IAW FAA Order 3000.57B.
enumeration Revoked
documentation
Certification authority has been revoked, IAW FAA Order 3000.57B.
annotation
documentation
Enumerated list of certification status. [3000.57 5-12. Certification Authority Inactivity. A certification authority must have one of three statuses: active, inactive, or revoked.]
source <xs:simpleType name="CodeCertificationStatusType">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of certification status. [3000.57 5-12. Certification Authority Inactivity. A certification authority must have one of three statuses: active, inactive, or revoked.]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Active">
     
<xs:annotation>
       
<xs:documentation>Active certification authority attests to the employee’s proficiency on a system, subsystem, or service, IAW FAA Order 3000.57B.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Inactive">
     
<xs:annotation>
       
<xs:documentation>Certification authority has been determined to be inactive, IAW FAA Order 3000.57B.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Revoked">
     
<xs:annotation>
       
<xs:documentation>Certification authority has been revoked, IAW FAA Order 3000.57B.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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