j:ChargeAgencyAssociationType

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

Definition

A data type for a relationship to support the designation of one of multiple arrest agencies as the charging agency.

Diagram

XML Schema

<xs:complexType name="ChargeAgencyAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship to support the designation of one of multiple arrest agencies as the charging agency.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ChargeAgencyRecordIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ArrestAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ChargeAgencyAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>