namespace | https://mmixm.aero/base/3 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |