j:RapSheetPurposeCodeSimpleType
simpleType RapSheetPurposeCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for a code set indicating the purpose for which the Rap Sheet will be used.
Diagram
Enumerations
| Value | Definition | 
| A | Administrative file maintenance | 
| C | Criminal justice | 
| D | Domestic violence and stalking, civil and criminal court cases | 
| F | Firearms-related background checks | 
| H | Public housing background checks | 
| I | Interstate approved non-criminal justice licensing and employment background checks | 
| J | Criminal justice employment background checks | 
| R | Used only by the FBI in III record requests to NFF states when fingerprints are identified to a record maintained by an NFF participating state. State or local III queries that include Purpose Code R will be rejected as unauthorized. | 
| S | National security background checks | 
| V | Visa applications initiated by US Department of State | 
| X | Caregiver background checks, exigent circumstances | 
XML Schema
<xs:simpleType name="RapSheetPurposeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set indicating the purpose for which the Rap Sheet will be used.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Administrative file maintenance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Criminal justice</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Domestic violence and stalking, civil and criminal court cases</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Firearms-related background checks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Public housing background checks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Interstate approved non-criminal justice licensing and employment background checks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>
Criminal justice employment background checks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Used only by the FBI in III record requests to NFF states when fingerprints are identified to a record maintained by an NFF participating state. State or local III queries that include Purpose Code R will be rejected as unauthorized.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
National security background checks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V">
<xs:annotation>
<xs:documentation>
Visa applications initiated by US Department of State</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="X">
<xs:annotation>
<xs:documentation>
Caregiver background checks, exigent circumstances</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>