em:PIVAssuranceLevelCodeSimpleType
simpleType PIVAssuranceLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
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
Value | Definition |
High Confidence | A strong degree of assurance in the identity of the card-holder |
Some Confidence | A basic degree of assurance in the identity of the card-holder |
Very High Confidence | A 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:restriction base="xs:token">
<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>