ucr:PropertyLossCodeSimpleType

simpleType PropertyLossCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.0/

Definition

A data type for what happens to a property item.

Diagram

Enumerations

ValueDefinition
01none
02burned
03counterfeited/ forged
04destroyed/ damaged
05recovered
06seized
07stolen
08unknown

XML Schema

<xs:simpleType name="PropertyLossCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for what happens to a property item.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
none
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
burned
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
counterfeited/ forged
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
destroyed/ damaged
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
recovered
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="06">
<xs:annotation>
<xs:documentation>
seized
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="07">
<xs:annotation>
<xs:documentation>
stolen
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="08">
<xs:annotation>
<xs:documentation>
unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>