ndex:DomesticViolenceChildImpactCodeSimpleType
simpleType DomesticViolenceChildImpactCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that indicates the impact of domestic violence upon children.
Diagram
Enumerations
Value | Definition |
CHILDREN ABUSED BY SUBJECT | Children abused by subject |
CHILDREN AFRAID OF SUBJECT | Children afraid of subject |
CHILDREN INVOLVED IN THE INCIDENT | Children involved in the incident |
CHILDREN PRESENT DURING INCIDENT | Children present during incident |
NO CHILD IMPACT | Children not involved or present |
SUBJECT THREATENED OR ATTEMPTED TO ABDUCT CHILDREN | Subject 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:restriction base="xs:token">
<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>