nibrs:ReportActionCategoryCodeSimpleType

simpleType ReportActionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_nibrs/4.1/

Definition

A data type for a kind of action to be taken on the report.

Diagram

Enumerations

ValueDefinition
AAdd
DDelete
IIncident Report
RReplace

XML Schema

<xs:simpleType name="ReportActionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of action to be taken on the report.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
Add
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="D">
<xs:annotation>
<xs:documentation>
Delete
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Incident Report
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Replace
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>