<xsd:complexType name="BailType">
<xsd:annotation>
<xsd: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.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="ActivityType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ActivityType">
<xsd:sequence>
<xsd:element ref="j:BailConditionDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailHearingDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailPostedAmount" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailPostedBond" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailPostedDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailRequirementText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailRevokedDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailSetAmount" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailSetAmountText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailSetCourt" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:BailSubject" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|