ndex:GangInvolvementCategoryCodeSimpleType

simpleType GangInvolvementCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies gang involvement of offenders in an offense.

Diagram

Enumerations

ValueDefinition
GOther Gang
JJuvenile Gang
NNone/Unknown

XML Schema

<xs:simpleType name="GangInvolvementCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies gang involvement of offenders in an offense.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="G">
<xs:annotation>
<xs:documentation>
Other Gang
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>
Juvenile Gang
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
None/Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>