j:OffenseDispositionAssociationType
complexType OffenseDispositionAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for a relationship between an offense and the outcome of an activity that was triggered by the offense being committed in the first place.
Diagram
XML Schema
<xs:complexType name="OffenseDispositionAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an offense and the outcome of an activity that was triggered by the offense being committed in the first place.</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:Disposition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseDispositionAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>