<xsd:element name="ResultClass" block="extension" final="" nillable="false" id="ResultClass"><xsd:annotation><xsd:documentation source="http://www-fars.nhtsa.dot.gov/" xml:lang="en-US">Client Instructions: Choose one Drug Test Result Class and enter the appropriate value for the particular drug in that class.</xsd:documentation><xsd:documentation>Resultant Drug Class</xsd:documentation></xsd:annotation><!--Resultant Drug Class--></xsd:element>
<xsd:complexType name="DrugTestType" block="#all" final="#all"><xsd:annotation><xsd:documentation xml:lang="en-US">The type definition for the Drug Test Result.</xsd:documentation></xsd:annotation><xsd:sequence id="DrugTestSeq"><xsd:annotation><xsd:documentation xml:lang="en-US">All of the following must be provided.</xsd:documentation></xsd:annotation><xsd:element name="TestGiven" type="drg:TestGivenType"/><xsd:element ref="drg:ResultClass"/><xsd:element name="TestKitID" id="DrugTestKitID"><xsd:annotation><xsd:documentation xml:lang="en-US">Needs further definition</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:token"><xsd:minLength value="3"/><xsd:maxLength value="35"/></xsd:restriction></xsd:simpleType></xsd:element></xsd:sequence></xsd:complexType>
Simple Type drg:TestGivenType
Namespace
http://www.tnsaferoads.net/mvc/prsn/drg
Annotations
The type of or conditions about the drug test administered
<xsd:simpleType name="TestGivenType"><xsd:annotation><xsd:documentation xml:lang="en-US">The type of or conditions about the drug test administered</xsd:documentation></xsd:annotation><xsd:restriction base="xsd:token"><xsd:length value="2"/><xsd:pattern value="\d{2}"/><xsd:enumeration value="00" id="NotTestedForDrugs"><xsd:annotation><xsd:documentation>Not Tested For Drugs</xsd:documentation></xsd:annotation><!--Not Tested For Drugs--></xsd:enumeration><xsd:enumeration value="01" id="BloodTest"><xsd:annotation><xsd:documentation>Blood Test</xsd:documentation></xsd:annotation><!--Blood Test--></xsd:enumeration><xsd:enumeration value="02" id="UrineTest"><!--Urine Test--><xsd:annotation><xsd:documentation>Urine Test</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="03" id="BloodAndUrineTestPerformed"><!--Both: Blood And Urine Test Performed--><xsd:annotation><xsd:documentation>Both: Blood And Urine Test Performed</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="07" id="UnknownTestType"><!--Unknown Test Type--><xsd:annotation><xsd:documentation>Unknown Test Type</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="08" id="OtherTypeTest"><!--Other Type Test--><xsd:annotation><xsd:documentation>Other Type Test</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="09" id="UnknownIfTestedForDrugs"><!--Unknown if Tested For Drugs--><xsd:annotation><xsd:documentation>Unknown if Tested For Drugs</xsd:documentation></xsd:annotation></xsd:enumeration></xsd:restriction></xsd:simpleType>