ndex:DomesticViolenceSocialHistoryCodeSimpleType
simpleType DomesticViolenceSocialHistoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that indicates contributing factors to subject's domestic violence history.
Diagram
Enumerations
Value | Definition |
ABUSE VICTIM_WITNESS | Subject was abused as a child or witnessed the physical abuse of his/her mother. |
ALCOHOL_DRUG TREATMENT | Subject has had alcohol/drug treatment. |
ALCOHOL PROBLEM | Subject drinks excessively/has alcohol problem. |
DEPRESSION_SUICIDAL | Subject seems seriously depressed or has threatened to commit suicide. |
DRUG USER | Subject uses drugs (speed, cocaine, steroids, crack, etc.). |
HIGH STRESS | Subject has experienced unusually high stress in the past 12 months (loss of job, relationship, or children; death; financial crisis; etc.) |
HOMICIDAL THOUGHTS | Subject has had homicidal thoughts. |
INSTITUTIONAL VIOLENCE | Subject has been exposed to institutional violence. |
NON VIOLENT CRIME | Subject has committed non violent crimes. |
PSYCHIATRIC TREATMENT | Subject has had psychiatric treatment. |
VIOLENCE HISTORY | Subject has a history of violence toward others. |
XML Schema
<xs:simpleType name="DomesticViolenceSocialHistoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that indicates contributing factors to subject's domestic violence history.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ABUSE VICTIM_WITNESS">
<xs:annotation>
<xs:documentation>
Subject was abused as a child or witnessed the physical abuse of his/her mother.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ALCOHOL_DRUG TREATMENT">
<xs:annotation>
<xs:documentation>
Subject has had alcohol/drug treatment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ALCOHOL PROBLEM">
<xs:annotation>
<xs:documentation>
Subject drinks excessively/has alcohol problem.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DEPRESSION_SUICIDAL">
<xs:annotation>
<xs:documentation>
Subject seems seriously depressed or has threatened to commit suicide.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DRUG USER">
<xs:annotation>
<xs:documentation>
Subject uses drugs (speed, cocaine, steroids, crack, etc.).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HIGH STRESS">
<xs:annotation>
<xs:documentation>
Subject has experienced unusually high stress in the past 12 months (loss of job, relationship, or children; death; financial crisis; etc.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOMICIDAL THOUGHTS">
<xs:annotation>
<xs:documentation>
Subject has had homicidal thoughts.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INSTITUTIONAL VIOLENCE">
<xs:annotation>
<xs:documentation>
Subject has been exposed to institutional violence.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NON VIOLENT CRIME">
<xs:annotation>
<xs:documentation>
Subject has committed non violent crimes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PSYCHIATRIC TREATMENT">
<xs:annotation>
<xs:documentation>
Subject has had psychiatric treatment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VIOLENCE HISTORY">
<xs:annotation>
<xs:documentation>
Subject has a history of violence toward others.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>