ucr:DrugMeasurementCodeSimpleType
simpleType DrugMeasurementCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.0/
Definition
A data type for the kinds of measurements used to specify a quantity of drugs or narcotics.
Diagram
Enumerations
Value | Definition |
DU | Dosage Units/ Items |
FO | Fluid Ounce |
GL | Gallon |
GM | Gram |
KG | Kilogram |
LB | Pound |
LT | Liter |
ML | Milliliter |
NP | Number of Plants |
OZ | Ounce |
XX | Not Reported |
XML Schema
<xs:simpleType name="DrugMeasurementCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kinds of measurements used to specify a quantity of drugs or narcotics.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DU">
<xs:annotation>
<xs:documentation>
Dosage Units/ Items</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FO">
<xs:annotation>
<xs:documentation>
Fluid Ounce</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GL">
<xs:annotation>
<xs:documentation>
Gallon</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GM">
<xs:annotation>
<xs:documentation>
Gram</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="KG">
<xs:annotation>
<xs:documentation>
Kilogram</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LB">
<xs:annotation>
<xs:documentation>
Pound</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LT">
<xs:annotation>
<xs:documentation>
Liter</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ML">
<xs:annotation>
<xs:documentation>
Milliliter</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NP">
<xs:annotation>
<xs:documentation>
Number of Plants</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OZ">
<xs:annotation>
<xs:documentation>
Ounce</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XX">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>