j:BailType

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

Definition

A data type for details of a commitment made to secure the release of a subject being held in custody and suspected of a crime.

Diagram

XML Schema

<xs:complexType name="BailType">
<xs:annotation>
<xs:documentation>
A data type for details of a commitment made to secure the release of a subject being held in custody and suspected of a crime.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:BailConditionDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailHearingDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailPostedAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailPostedBond" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailPostedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailRequirementText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailRevokedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailSetAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailSetAmountText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailSetCourt" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailSubject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>