scr:WarrantAugmentationType

complexType WarrantAugmentationType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for additional information about a warrant.

Diagram

XML Schema

<xs:complexType name="WarrantAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a warrant.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:WarrantIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:WarrantOffenseOccurredDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:WarrantDeportDemandDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:WarrantDeportServeDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:WarrantDeportSurrenderDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:WarrantClassification" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>