ndex:DomesticViolenceChildImpactCodeSimpleType

simpleType DomesticViolenceChildImpactCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that indicates the impact of domestic violence upon children.

Diagram

Enumerations

ValueDefinition
CHILDREN ABUSED BY SUBJECTChildren abused by subject
CHILDREN AFRAID OF SUBJECTChildren afraid of subject
CHILDREN INVOLVED IN THE INCIDENTChildren involved in the incident
CHILDREN PRESENT DURING INCIDENTChildren present during incident
NO CHILD IMPACTChildren not involved or present
SUBJECT THREATENED OR ATTEMPTED TO ABDUCT CHILDRENSubject threatened or attempted to abduct children

XML Schema

<xs:simpleType name="DomesticViolenceChildImpactCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that indicates the impact of domestic violence upon children.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="CHILDREN ABUSED BY SUBJECT">
<xs:annotation>
<xs:documentation>
Children abused by subject
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHILDREN AFRAID OF SUBJECT">
<xs:annotation>
<xs:documentation>
Children afraid of subject
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHILDREN INVOLVED IN THE INCIDENT">
<xs:annotation>
<xs:documentation>
Children involved in the incident
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHILDREN PRESENT DURING INCIDENT">
<xs:annotation>
<xs:documentation>
Children present during incident
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NO CHILD IMPACT">
<xs:annotation>
<xs:documentation>
Children not involved or present
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SUBJECT THREATENED OR ATTEMPTED TO ABDUCT CHILDREN">
<xs:annotation>
<xs:documentation>
Subject threatened or attempted to abduct children
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>