ndex:VictimMOSubjectContactConclusionCodeSimpleType
simpleType VictimMOSubjectContactConclusionCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies how victim subject contact ended based on investigator perception.
Diagram
Enumerations
Value | Definition |
Escape | Escape (subject lost control of victim) |
Inadvertant Intervention | Inadvertant Intervention (by third party) |
Intentional Release | Intentional Release (subject intentionally gave up control of victim) |
Offender Left Scene | Offender Left Scene |
Rescue_Intervention | Rescue_Intervention |
Unknown | Unknown |
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:restriction base="xs:token">
<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>