j:OffenseLocationAssociationType

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

Definition

A data type for a relationship between an offense and a location at which the offense occurred.

Diagram

XML Schema

<xs:complexType name="OffenseLocationAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an offense and a location at which the offense occurred.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Offense" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Location" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseLocationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>