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

ValueDefinition
FAIR MARKET VALUEFair market value
LAW ENFORCEMENT FAIR MARKET ESTIMATELaw enforcement fair market estimate
REPLACEMENT COST OR ACTUAL CASH COSTReplacement cost or actual cash cost
VICTIMS VALUATIONVictims valuation
WHOLESALE COSTWholesale 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: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>