ucr:NIBRSReportCategoryCodeSimpleType

simpleType NIBRSReportCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ucr/5.0/

Definition

A data type for a kind of report contained in the NIBRS submission.

Diagram

Enumerations

ValueDefinition
EMPLOYEE_COUNT_REPORTEMPLOYEE COUNT REPORT
GROUP_A_INCIDENT_REPORTGROUP A INCIDENT REPORT
GROUP_A_INCIDENT_REPORT_LEOKAGROUP A INCIDENT REPORT LEOKA
GROUP_B_ARREST_REPORTGROUP B ARREST REPORT
HATE_CRIME_REPORTHATE CRIME REPORT
ZERO_REPORTZERO REPORT

XML Schema

<xs:simpleType name="NIBRSReportCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of report contained in the NIBRS submission.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="EMPLOYEE_COUNT_REPORT">
<xs:annotation>
<xs:documentation>
EMPLOYEE COUNT REPORT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GROUP_A_INCIDENT_REPORT">
<xs:annotation>
<xs:documentation>
GROUP A INCIDENT REPORT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GROUP_A_INCIDENT_REPORT_LEOKA">
<xs:annotation>
<xs:documentation>
GROUP A INCIDENT REPORT LEOKA
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GROUP_B_ARREST_REPORT">
<xs:annotation>
<xs:documentation>
GROUP B ARREST REPORT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HATE_CRIME_REPORT">
<xs:annotation>
<xs:documentation>
HATE CRIME REPORT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ZERO_REPORT">
<xs:annotation>
<xs:documentation>
ZERO REPORT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>