j:IntoxicationType

complexType IntoxicationType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a physiological state of a person due to the presence of drugs, alcohol, or other toxic substance.

Diagram

XML Schema

<xs:complexType name="IntoxicationType">
<xs:annotation>
<xs:documentation>
A data type for a physiological state of a person due to the presence of drugs, alcohol, or other toxic substance.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:IntoxicationLevelText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationTestCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationAlcoholInvolvedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationDrugInvolvedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationIntoxicantIllegalIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationIntoxicantCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationOverLimitIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationTester" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationTestDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationTestDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationRelatedActivity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:IntoxicationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>