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