hs:VictimPerpetratorAllegationAssociationType

complexType VictimPerpetratorAllegationAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for a relationship among the victim, a perpetrator (subject), and an allegation (charge).

Diagram

XML Schema

<xs:complexType name="VictimPerpetratorAllegationAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship among the victim, a perpetrator (subject), and an allegation (charge).
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PerpetratorEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Victim" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:VictimPerpetratorAllegationAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>