j:ArrestSubjectAssociationType

complexType ArrestSubjectAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a relationship between an arrest and the arrested subject.

Diagram

XML Schema

<xs:complexType name="ArrestSubjectAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an arrest and the arrested subject.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ArrestSubjectClearanceIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ArrestSequenceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ArrestSubjectArmedWithAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ArrestSubjectJuvenileDispositionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ArrestSubjectCountAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ArrestSubjectAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>