j:OffenseWitnessAssociationType
complexType OffenseWitnessAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a relationship between an offense that was committed and a person that observed the offense being committed.
Diagram
XML Schema
<xs:complexType name="OffenseWitnessAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an offense that was committed and a person that observed the offense being 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="j:Witness" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseWitnessAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>