scr:EnforcementEncounterChargeAssociationType

complexType EnforcementEncounterChargeAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for a relationship between an ENFORCEMENT ENCOUNTER and the CHARGE (Apprehension or Arrest) details.

Diagram

XML Schema

<xs:complexType name="EnforcementEncounterChargeAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an ENFORCEMENT ENCOUNTER and the CHARGE (Apprehension or Arrest) details.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:ChargeDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnforcementEncounter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnforcementEncounterChargeAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>