cbrncl:CredentialsAuthenticatedCodeSimpleType

simpleType CredentialsAuthenticatedCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/5.0/

Definition

A data type for the states of authentication of credentials.

Diagram

Enumerations

ValueDefinition
AuthenticatedThe credentials have been authenticated.
Not AuthenticatedThe 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: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>