ndex:VictimPerceptionCodeSimpleType

simpleType VictimPerceptionCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that indicates the victims perception of the subject or actions of the subject.

Diagram

Enumerations

ValueDefinition
IN DANGERVictim believes the subject may seriously injure or kill him/her.
ISOLATED FROM HELPVictim seems isolated from sources of help (car, phone, family, friends).
PREVIOUSLY SEPARATEDVictim has separated or tried to separate from the subject in the past.
PREVIOUSLY SOUGHT HELPVictim has sought outside help (police, counseling, shelter) in the past.
PROTECTIVE OF SUBJECTVictim 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: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>