simpleType CodeHolderStatusQualifierType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute HolderStatus/@qualifier
facets
Kind Value Annotation
enumeration In-Training
documentation
Employee is in training status, and has fulfilled part of the credential requirements, and is able to exercise the fulfilled credential portion.
enumeration In-Transfer
documentation
In-transfer status is required when an active credential employee is transferring to a credentialed position at another facility.
enumeration Medical
documentation
Employee is in medical status and is not currently able to exercise the credential.
enumeration Other
documentation
Holder Status may require additional clarification.
annotation
documentation
Enumerated list of credential holder qualifier status. As defined by the MOU between AOV and AMMS.
source <xs:simpleType name="CodeHolderStatusQualifierType">
 
<xs:annotation>
   
<xs:documentation>Enumerated list of credential holder qualifier status. As defined by the MOU between AOV and AMMS.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="In-Training">
     
<xs:annotation>
       
<xs:documentation>Employee is in training status, and has fulfilled part of the credential requirements, and is able to exercise the fulfilled credential portion.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="In-Transfer">
     
<xs:annotation>
       
<xs:documentation>In-transfer status is required when an active credential employee is transferring to a credentialed position at another facility.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Medical">
     
<xs:annotation>
       
<xs:documentation>Employee is in medical status and is not currently able to exercise the credential.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation>Holder Status may require additional clarification.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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