hs:JuvenileGangAssociationType

complexType JuvenileGangAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for an association between a juvenile and a criminal gang organization.

Diagram

XML Schema

<xs:complexType name="JuvenileGangAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a juvenile and a criminal gang organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:JuvenileGangMember" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:GangOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenileGangActiveBeginDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenileGangActiveEndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenileGangAssociationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenileGangStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:JuvenileGangAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>