em:CredentialStatusCodeSimpleType
simpleType CredentialStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for a code that defines the codified representation of a person-credentials status
Diagram
Enumerations
| Value | Definition | 
| Active | Credentials are active without restriction | 
| Expired | The credential has expired and is no longer valid | 
| Revoked | Credential has been revoked by the credentialing authority | 
XML Schema
<xs:simpleType name="CredentialStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that defines the codified representation of a person-credentials status</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Active">
<xs:annotation>
<xs:documentation>
Credentials are active without restriction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Expired">
<xs:annotation>
<xs:documentation>
The credential has expired and is no longer valid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Revoked">
<xs:annotation>
<xs:documentation>
Credential has been revoked by the credentialing authority</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>