complexType HolderStatus
diagram mmixm_diagrams/mmixm_p229.png
namespace https://mmixm.aero/features/3
used by
element Credential/holderStatus
attributes
Name  Type  Use  Default  Fixed  Annotation
qualifier  mb:CodeHolderStatusQualifierType  optional      
documentation
The qualifier type for a credential holder with an active status.
status  mb:CodeHolderStatusType  optional      
documentation
The status of a credential holder. Active or inactive.
annotation
documentation
The status of a credential holder.
source <xs:complexType name="HolderStatus">
 
<xs:annotation>
   
<xs:documentation>The status of a credential holder.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence/>
 
<xs:attribute name="qualifier" type="mb:CodeHolderStatusQualifierType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The qualifier type for a credential holder with an active status.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="status" type="mb:CodeHolderStatusType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The status of a credential holder. Active or inactive.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute HolderStatus/@qualifier
type mb:CodeHolderStatusQualifierType
properties
use optional
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
The qualifier type for a credential holder with an active status.
source <xs:attribute name="qualifier" type="mb:CodeHolderStatusQualifierType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The qualifier type for a credential holder with an active status.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute HolderStatus/@status
type mb:CodeHolderStatusType
properties
use optional
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
The status of a credential holder. Active or inactive.
source <xs:attribute name="status" type="mb:CodeHolderStatusType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The status of a credential holder. Active or inactive.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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