hs:ChildVictimChargeAssociationType

complexType ChildVictimChargeAssociationType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a relationship among an allegation of child abuse or neglect, the alleged perpetrator, and the alleged child victim.

Diagram

XML Schema

<xs:complexType name="ChildVictimChargeAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship among an allegation of child abuse or neglect, the alleged perpetrator, and the alleged child victim.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Charge" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildWelfareChargeStatusCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ChildVictimChargeAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>