ndex:VictimMOSubjectContactConclusionCodeSimpleType

simpleType VictimMOSubjectContactConclusionCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that identifies how victim subject contact ended based on investigator perception.

Diagram

Enumerations

ValueDefinition
EscapeEscape (subject lost control of victim)
Inadvertant InterventionInadvertant Intervention (by third party)
Intentional ReleaseIntentional Release (subject intentionally gave up control of victim)
Offender Left SceneOffender Left Scene
Rescue_InterventionRescue_Intervention
UnknownUnknown

XML Schema

<xs:simpleType name="VictimMOSubjectContactConclusionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies how victim subject contact ended based on investigator perception.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Escape">
<xs:annotation>
<xs:documentation>
Escape (subject lost control of victim)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inadvertant Intervention">
<xs:annotation>
<xs:documentation>
Inadvertant Intervention (by third party)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intentional Release">
<xs:annotation>
<xs:documentation>
Intentional Release (subject intentionally gave up control of victim)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Offender Left Scene">
<xs:annotation>
<xs:documentation>
Offender Left Scene
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rescue_Intervention">
<xs:annotation>
<xs:documentation>
Rescue_Intervention
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>