ndex:GangInvolvementCategoryCodeSimpleType
simpleType GangInvolvementCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
Definition
A data type for a code that identifies gang involvement of offenders in an offense.
Diagram
Enumerations
| Value | Definition |
| JUVENILE_GANG | JUVENILE GANG |
| NONE-UNKNOWN | NONE/UNKNOWN |
| OTHER_GANG | OTHER GANG |
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="JUVENILE_GANG">
<xs:annotation>
<xs:documentation>
JUVENILE GANG</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONE-UNKNOWN">
<xs:annotation>
<xs:documentation>
NONE/UNKNOWN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER_GANG">
<xs:annotation>
<xs:documentation>
OTHER GANG</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>