ndex:VictimMODisposalCodeSimpleType
simpleType VictimMODisposalCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the manner of victim body disposal based on investigator perception.
Diagram
Enumerations
Value | Definition |
Apparent Lack of Concern | No concern as to whether or not victim was discovered, includes released. |
Concealed | Placed to prevent discovery. |
Openly Placed | Placed to ensure discovery. |
Unknown | Unknown |
XML Schema
<xs:simpleType name="VictimMODisposalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the manner of victim body disposal based on investigator perception.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Apparent Lack of Concern">
<xs:annotation>
<xs:documentation>
No concern as to whether or not victim was discovered, includes released.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Concealed">
<xs:annotation>
<xs:documentation>
Placed to prevent discovery.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Openly Placed">
<xs:annotation>
<xs:documentation>
Placed to ensure discovery.</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>