em:CredentialStatusCodeSimpleType

simpleType CredentialStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for a code that defines the codified representation of a person-credentials status

Diagram

Enumerations

ValueDefinition
ActiveCredentials are active without restriction
ExpiredThe credential has expired and is no longer valid
RevokedCredential 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: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>