em:FIPS201ConformanceCodeSimpleType

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

Definition

A data type code that represents the FIPS 201 conformance level of an identification card

Diagram

Enumerations

ValueDefinition
PIVan identity card that is fully conformant with federal PIV standards (i.e., Federal Information Processing Standard (FIPS) 201 and related documentation). Only cards issued by federal entities can be fully conformant. Federal standards ensure that PIV Cards are inter-operable with and trusted by all Federal government relying parties
PIVCan identity card that meets the PIV technical specifications so that PIV infrastructure elements such as card readers are capable of working with the card, but the card itself has not been issued in a manner that assures it is trustworthy by Federal government relying parties
PIVIan identity card that meets the PIV technical specifications to work with PIV infrastructure elements such as card readers, and is issued in a manner that allows Federal government relying parties to trust the card

XML Schema

<xs:simpleType name="FIPS201ConformanceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code that represents the FIPS 201 conformance level of an identification card
</xs:documentation>
</xs:annotation>
<xs:enumeration value="PIV">
<xs:annotation>
<xs:documentation>
an identity card that is fully conformant with federal PIV standards (i.e., Federal Information Processing Standard (FIPS) 201 and related documentation). Only cards issued by federal entities can be fully conformant. Federal standards ensure that PIV Cards are inter-operable with and trusted by all Federal government relying parties
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PIVC">
<xs:annotation>
<xs:documentation>
an identity card that meets the PIV technical specifications so that PIV infrastructure elements such as card readers are capable of working with the card, but the card itself has not been issued in a manner that assures it is trustworthy by Federal government relying parties
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PIVI">
<xs:annotation>
<xs:documentation>
an identity card that meets the PIV technical specifications to work with PIV infrastructure elements such as card readers, and is issued in a manner that allows Federal government relying parties to trust the card
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>