hs:ChargeAugmentationType

complexType ChargeAugmentationType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for additional information about a charge.

Diagram

XML Schema

<xs:complexType name="ChargeAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a charge.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:ChargeAllegationReportedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChargeAllegationLocalDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChargeAllegationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChargeAdjudication" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:BailBond" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>