j:BailBondChargeAssociationType

complexType BailBondChargeAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for an association that links a bail bond to a charge.

Diagram

XML Schema

<xs:complexType name="BailBondChargeAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association that links a bail bond to a charge.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:BailBond" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondChargeAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>