ndex:VictimMOBindingsCodeSimpleType

simpleType VictimMOBindingsCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that identifies the type of article used by the subject at the crime scene to bind a victim.

Diagram

Enumerations

ValueDefinition
ChainChain
ClothingClothing
Electrical CordElectrical Cord (includes telephone cord)
FlexcuffsFlexcuffs (includes plastic ties)
GlueGlue
HandcuffsHandcuffs
LinensLinens
RopeRope
TapeTape
WireWire (non-electrical)

XML Schema

<xs:simpleType name="VictimMOBindingsCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of article used by the subject at the crime scene to bind a victim.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Chain">
<xs:annotation>
<xs:documentation>
Chain
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Clothing">
<xs:annotation>
<xs:documentation>
Clothing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Electrical Cord">
<xs:annotation>
<xs:documentation>
Electrical Cord (includes telephone cord)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Flexcuffs">
<xs:annotation>
<xs:documentation>
Flexcuffs (includes plastic ties)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Glue">
<xs:annotation>
<xs:documentation>
Glue
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Handcuffs">
<xs:annotation>
<xs:documentation>
Handcuffs
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Linens">
<xs:annotation>
<xs:documentation>
Linens
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rope">
<xs:annotation>
<xs:documentation>
Rope
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Tape">
<xs:annotation>
<xs:documentation>
Tape
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Wire">
<xs:annotation>
<xs:documentation>
Wire (non-electrical)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>