simpleType CodeHolderStatusType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute HolderStatus/@status
facets
Kind Value Annotation
enumeration Active
documentation
Active status is for ATO employees that have met all requirements needed for an active credential.
enumeration Inactive
documentation
Inactive status removes the credential and all associated ratings.
annotation
documentation
Enumerated list of credential holder status. As defined by the MOU between AOV and AMMS.
source <xs:simpleType name="CodeHolderStatusType">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of credential holder status. As defined by the MOU between AOV and AMMS.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Active">
     
<xs:annotation>
       
<xs:documentation>Active status is for ATO employees that have met all requirements needed for an active credential.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Inactive">
     
<xs:annotation>
       
<xs:documentation>Inactive status removes the credential and all associated ratings.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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