ndex:SubjectAttitudeCodeSimpleType

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

Definition

A data type for a code that indicates the subject's attitude toward his or her actions.

Diagram

Enumerations

ValueDefinition
BLAMES VICTIMSubject blames victim for the violence.
NOT RESPONSIBLESubject denies responsibility for behavior.
PREOCCUPIED WITH VICTIMSubject seems preoccupied or obsessed with the victim (following, monitoring whereabouts, very jealous, etc.).
STALKING VICTIMThere is information to suggest the subject is stalking the victim.
UNREMORSEFULSubject lacks remorse about incident.

XML Schema

<xs:simpleType name="SubjectAttitudeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that indicates the subject's attitude toward his or her actions.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BLAMES VICTIM">
<xs:annotation>
<xs:documentation>
Subject blames victim for the violence.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOT RESPONSIBLE">
<xs:annotation>
<xs:documentation>
Subject denies responsibility for behavior.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PREOCCUPIED WITH VICTIM">
<xs:annotation>
<xs:documentation>
Subject seems preoccupied or obsessed with the victim (following, monitoring whereabouts, very jealous, etc.).
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STALKING VICTIM">
<xs:annotation>
<xs:documentation>
There is information to suggest the subject is stalking the victim.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNREMORSEFUL">
<xs:annotation>
<xs:documentation>
Subject lacks remorse about incident.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>