j:OffenseChargeAssociationType
complexType OffenseChargeAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a relationship between an offense that occurred and the formal charge that was assigned to it as a result of classifying the offense.
Diagram
XML Schema
<xs:complexType name="OffenseChargeAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an offense that occurred and the formal charge that was assigned to it as a result of classifying the offense.</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:Charge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OffenseChargeAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>