ndex:ChargeCategoryCodeSimpleType
simpleType ChargeCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies a type of charge.
Diagram
Enumerations
Value | Definition |
COMPLAINT | An informal charge accusing a person of an offense. |
INDICTMENT | A formal criminal charge made by a grand jury. |
INFORMATION | A 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:restriction base="xs:token">
<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>