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
Value | Definition |
G | Other Gang |
J | Juvenile Gang |
N | None/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:restriction base="xs:token">
<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>