ndex:ItemValueCategoryCodeSimpleType
simpleType ItemValueCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the method used to assign the value of the property item(s).
Diagram
Enumerations
Value | Definition |
FAIR MARKET VALUE | Fair market value |
LAW ENFORCEMENT FAIR MARKET ESTIMATE | Law enforcement fair market estimate |
REPLACEMENT COST OR ACTUAL CASH COST | Replacement cost or actual cash cost |
VICTIMS VALUATION | Victims valuation |
WHOLESALE COST | Wholesale cost |
XML Schema
<xs:simpleType name="ItemValueCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the method used to assign the value of the property item(s).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="FAIR MARKET VALUE">
<xs:annotation>
<xs:documentation>
Fair market value</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LAW ENFORCEMENT FAIR MARKET ESTIMATE">
<xs:annotation>
<xs:documentation>
Law enforcement fair market estimate</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="REPLACEMENT COST OR ACTUAL CASH COST">
<xs:annotation>
<xs:documentation>
Replacement cost or actual cash cost</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VICTIMS VALUATION">
<xs:annotation>
<xs:documentation>
Victims valuation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WHOLESALE COST">
<xs:annotation>
<xs:documentation>
Wholesale cost</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>