ndex:VictimPerceptionCodeSimpleType
simpleType VictimPerceptionCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that indicates the victims perception of the subject or actions of the subject.
Diagram
Enumerations
Value | Definition |
IN DANGER | Victim believes the subject may seriously injure or kill him/her. |
ISOLATED FROM HELP | Victim seems isolated from sources of help (car, phone, family, friends). |
PREVIOUSLY SEPARATED | Victim has separated or tried to separate from the subject in the past. |
PREVIOUSLY SOUGHT HELP | Victim has sought outside help (police, counseling, shelter) in the past. |
PROTECTIVE OF SUBJECT | Victim appears extremely protective of the subject (trying to reduce bail, charges, etc.). |
XML Schema
<xs:simpleType name="VictimPerceptionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that indicates the victims perception of the subject or actions of the subject.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="IN DANGER">
<xs:annotation>
<xs:documentation>
Victim believes the subject may seriously injure or kill him/her.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ISOLATED FROM HELP">
<xs:annotation>
<xs:documentation>
Victim seems isolated from sources of help (car, phone, family, friends).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PREVIOUSLY SEPARATED">
<xs:annotation>
<xs:documentation>
Victim has separated or tried to separate from the subject in the past.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PREVIOUSLY SOUGHT HELP">
<xs:annotation>
<xs:documentation>
Victim has sought outside help (police, counseling, shelter) in the past.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PROTECTIVE OF SUBJECT">
<xs:annotation>
<xs:documentation>
Victim appears extremely protective of the subject (trying to reduce bail, charges, etc.).</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>