em:PIVAssuranceLevelCodeSimpleType

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

Definition

A data type for a code that represents the assurance level of an identification, defined by FIPS 201, aligned with assurance levels defined by OMB M-04-04 E-Authentication Guidance from level 2 to 4

Diagram

Enumerations

ValueDefinition
High ConfidenceA strong degree of assurance in the identity of the card-holder
Some ConfidenceA basic degree of assurance in the identity of the card-holder
Very High ConfidenceA very strong degree of assurance in the identity of the card-holder

XML Schema

<xs:simpleType name="PIVAssuranceLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that represents the assurance level of an identification, defined by FIPS 201, aligned with assurance levels defined by OMB M-04-04 E-Authentication Guidance from level 2 to 4
</xs:documentation>
</xs:annotation>
<xs:enumeration value="High Confidence">
<xs:annotation>
<xs:documentation>
A strong degree of assurance in the identity of the card-holder
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Some Confidence">
<xs:annotation>
<xs:documentation>
A basic degree of assurance in the identity of the card-holder
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Very High Confidence">
<xs:annotation>
<xs:documentation>
A very strong degree of assurance in the identity of the card-holder
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>