ndex:NIBRSReportCategoryCodeSimpleType

simpleType NIBRSReportCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that identifies the kind of report contained in the NIBRS extracted data item.

Diagram

Enumerations

ValueDefinition
Group A Incident ReportGroup A Incident Report
Group A Incident Report_LEOKAGroup A Incident Report - LEOKA
Group A Incident Report_Time WindowGroup A Incident Report - Time Window
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 code that identifies the kind of report contained in the NIBRS extracted data item.
</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 A Incident Report_Time Window">
<xs:annotation>
<xs:documentation>
Group A Incident Report - Time Window
</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>