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

ValueDefinition
Apparent Lack of ConcernNo concern as to whether or not victim was discovered, includes released.
ConcealedPlaced to prevent discovery.
Openly PlacedPlaced to ensure discovery.
UnknownUnknown

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: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>