dea:DEAClassScheduleCodeCodeSimpleType
simpleType DEAClassScheduleCodeCodeSimpleType in namespace http://release.niem.gov/niem/codes/dea_ctlsub/4.0/
Definition
A data type for a class to which the Drug Enforcement Agency (DEA) has assigned the product under the Controlled Substances Act of 1970.
Diagram
Enumerations
Value | Definition |
I | Schedule I Controlled Substances. Substances in this schedule have no currently accepted medical use in the United States, a lack of accepted safety for use under medical supervision, and a high potential for abuse. |
II | Schedule II Controlled Substances. Substances in this schedule have a high potential for abuse which may lead to severe psychological or physical dependence. |
III | Schedule III Controlled Substances. Substances in this schedule have a potential for abuse less than substances in Schedules I or II and abuse may lead to moderate or low physical dependence or high psychological dependence. |
IV | Schedule IV Controlled Substances. Substances in this schedule have a low potential for abuse relative to substances in Schedule III. |
V | Schedule V Controlled Substances. Substances in this schedule have a low potential for abuse relative to substances listed in Schedule IV and consist primarily of preparations containing limited quantities of certain narcotics. |
XML Schema
<xs:simpleType name="DEAClassScheduleCodeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a class to which the Drug Enforcement Agency (DEA) has assigned the product under the Controlled Substances Act of 1970.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Schedule I Controlled Substances. Substances in this schedule have no currently accepted medical use in the United States, a lack of accepted safety for use under medical supervision, and a high potential for abuse.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="II">
<xs:annotation>
<xs:documentation>
Schedule II Controlled Substances. Substances in this schedule have a high potential for abuse which may lead to severe psychological or physical dependence.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="III">
<xs:annotation>
<xs:documentation>
Schedule III Controlled Substances. Substances in this schedule have a potential for abuse less than substances in Schedules I or II and abuse may lead to moderate or low physical dependence or high psychological dependence.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IV">
<xs:annotation>
<xs:documentation>
Schedule IV Controlled Substances. Substances in this schedule have a low potential for abuse relative to substances in Schedule III.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V">
<xs:annotation>
<xs:documentation>
Schedule V Controlled Substances. Substances in this schedule have a low potential for abuse relative to substances listed in Schedule IV and consist primarily of preparations containing limited quantities of certain narcotics.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>