j:JuvenileActivityAgencyAssociationType

complexType JuvenileActivityAgencyAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an association between an agency and a juvenile activity (e.g., a referral)

Diagram

XML Schema

<xs:complexType name="JuvenileActivityAgencyAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an agency and a juvenile activity (e.g., a referral)
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:JuvenileActivity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ArrestAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:JuvenileActivityAgencyAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>