ucr:NIBRSReportCategoryCodeSimpleType

simpleType NIBRSReportCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.2/

Definition

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

Diagram

Enumerations

ValueDefinition
GROUP A INCIDENT REPORTGroup A Incident Report
GROUP A INCIDENT REPORT_LEOKAGroup A Incident Report LEOKA
GROUP B ARREST REPORTGroup B Arrest 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="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="ZERO REPORT">
<xs:annotation>
<xs:documentation>
Zero Report
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>