mmucc:AlcoholTestCategoryCodeSimpleType
simpleType AlcoholTestCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for the kind of Alcohol Test Given.
Diagram
Enumerations
Value | Definition |
1 | Blood |
2 | Breath |
3 | Urine |
8 | Other Test Type |
XML Schema
<xs:simpleType name="AlcoholTestCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the kind of Alcohol Test Given.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Blood</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Breath</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Urine</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Other Test Type</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>