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
Value | Definition |
01 | none |
02 | burned |
03 | counterfeited/ forged |
04 | destroyed/ damaged |
05 | recovered |
06 | seized |
07 | stolen |
08 | unknown |
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:restriction base="xs:token">
<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>