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

ValueDefinition
JUVENILE_GANGJUVENILE GANG
NONE-UNKNOWNNONE/UNKNOWN
OTHER_GANGOTHER 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: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>