j:OffenseIncidentAssociationType
complexType OffenseIncidentAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a relationship between an offense and the incident during which the offense is to have been committed.
Diagram
XML Schema
<xs:complexType name="OffenseIncidentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an offense and the incident during which the offense is to have been committed.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:Offense" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Incident" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseIncidentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>