cbrncl:CredentialsAuthenticatedCodeSimpleType
simpleType CredentialsAuthenticatedCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/
Definition
A data type for the states of authentication of credentials.
Diagram
Enumerations
Value | Definition |
Authenticated | The credentials have been authenticated. |
Not Authenticated | The credentials have not been authenticated. |
XML Schema
<xs:simpleType name="CredentialsAuthenticatedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the states of authentication of credentials.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Authenticated">
<xs:annotation>
<xs:documentation>
The credentials have been authenticated.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Not Authenticated">
<xs:annotation>
<xs:documentation>
The credentials have not been authenticated.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>