ndex:DomesticViolenceLevelCodeSimpleType
simpleType DomesticViolenceLevelCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the level of domestic violence involved in the incident.
Diagram
Enumerations
Value | Definition |
BODILY IMPAIRMENT | Bodily impairment |
CAUSED VICTIM EXTREME FEAR | Caused victim extreme fear |
FRACTURE | Fracture |
MADE TERRORISTIC THREATS | Made terroristic threats |
MULTIPLE BLOWS, MINOR INJURY | Multiple blows, minor injury |
MULTIPLE BLOWS, SEVERE ABRASIONS OR INJURY | Multiple blows, severe abrasions or injury |
MULTIPLE BLOWS, SIGNIFICANT BRUISING | Multiple blows, significant bruising |
SIGNIFICANT PAIN | Significant pain |
SINGLE BLOW OR MINOR INJURY | Single blow or minor injury |
THREATENED WITH WEAPON | Threatened with weapon |
USED WEAPON DURING INCIDENT | Used weapon during incident |
VICTIM REQUIRED MEDICAL ATTENTION | Victim required medical attention |
XML Schema
<xs:simpleType name="DomesticViolenceLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the level of domestic violence involved in the incident.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BODILY IMPAIRMENT">
<xs:annotation>
<xs:documentation>
Bodily impairment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAUSED VICTIM EXTREME FEAR">
<xs:annotation>
<xs:documentation>
Caused victim extreme fear</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FRACTURE">
<xs:annotation>
<xs:documentation>
Fracture</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MADE TERRORISTIC THREATS">
<xs:annotation>
<xs:documentation>
Made terroristic threats</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTIPLE BLOWS, MINOR INJURY">
<xs:annotation>
<xs:documentation>
Multiple blows, minor injury</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTIPLE BLOWS, SEVERE ABRASIONS OR INJURY">
<xs:annotation>
<xs:documentation>
Multiple blows, severe abrasions or injury</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MULTIPLE BLOWS, SIGNIFICANT BRUISING">
<xs:annotation>
<xs:documentation>
Multiple blows, significant bruising</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SIGNIFICANT PAIN">
<xs:annotation>
<xs:documentation>
Significant pain</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SINGLE BLOW OR MINOR INJURY">
<xs:annotation>
<xs:documentation>
Single blow or minor injury</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="THREATENED WITH WEAPON">
<xs:annotation>
<xs:documentation>
Threatened with weapon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="USED WEAPON DURING INCIDENT">
<xs:annotation>
<xs:documentation>
Used weapon during incident</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VICTIM REQUIRED MEDICAL ATTENTION">
<xs:annotation>
<xs:documentation>
Victim required medical attention</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>