ndex:ChargeCategoryCodeSimpleType

simpleType ChargeCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.1/

Definition

A data type for a code that identifies a type of charge.

Diagram

Enumerations

ValueDefinition
COMPLAINTAn informal charge accusing a person of an offense.
INDICTMENTA formal criminal charge made by a grand jury.
INFORMATIONA formal criminal charge made by a prosecutor without a grand jury indictment.

XML Schema

<xs:simpleType name="ChargeCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a type of charge.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="COMPLAINT">
<xs:annotation>
<xs:documentation>
An informal charge accusing a person of an offense.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INDICTMENT">
<xs:annotation>
<xs:documentation>
A formal criminal charge made by a grand jury.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INFORMATION">
<xs:annotation>
<xs:documentation>
A formal criminal charge made by a prosecutor without a grand jury indictment.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>