j:BailBondType

complexType BailBondType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an agreement between a bondsman and a subject in which a bondsman pays the subject's bail or portion of the bail in exchange for certain conditions.

Diagram

XML Schema

<xs:complexType name="BailBondType">
<xs:annotation>
<xs:documentation>
A data type for an agreement between a bondsman and a subject in which a bondsman pays the subject's bail or portion of the bail in exchange for certain conditions.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:BailBondAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondConditionDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondIssuerEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondPaymentDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondRevokeDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondSuretyEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondTerminationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondTerminationCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBondAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>