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
Value | Definition |
BLAMES VICTIM | Subject blames victim for the violence. |
NOT RESPONSIBLE | Subject denies responsibility for behavior. |
PREOCCUPIED WITH VICTIM | Subject seems preoccupied or obsessed with the victim (following, monitoring whereabouts, very jealous, etc.). |
STALKING VICTIM | There is information to suggest the subject is stalking the victim. |
UNREMORSEFUL | Subject 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:restriction base="xs:token">
<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>