scr:ChargeAugmentationType

complexType ChargeAugmentationType in namespace http://release.niem.gov/niem/domains/screening/4.1/

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="scr:ApprehensionChargeIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ForeignAuthorityNotifiedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ChargeCategoryClassificationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:ChargeSectionText" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>