<xsd:complexType name="IntoxicationType">
<xsd:annotation>
<xsd:documentation>A data type for a physiological state of a person due to the presence of drugs, alcohol, or other toxic substance.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:IntoxicationLevelText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationTestCategoryText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationAlcoholInvolvedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationDrugInvolvedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationIntoxicantIllegalIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationIntoxicantCategory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationOverLimitIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationTester" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationTestDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationTestDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:IntoxicationRelatedActivity" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|