<xsd:complexType name="SpecimenAnalysisType">
<xsd:sequence>
<xsd:element ref="CreatinineLevel" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Creatinine is a protein produced by muscle and released into the blood. A below normal level of Creatinine in urine may indicate that it has been adulterated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="SpecificGravity" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Specific gravity is a measure of density.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="pHLevel" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A measure of how acidic or alkaline a solution is. The ph scale goes from 0 to 14, where 7.0 is neutral. A pH of 0 to 7 is acidic, and 7 to 14 is alkaline. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Interferent" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InsufficientQuantityIndicator" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">An indicator that there is not a sufficient quantity of the specimen to perform one or more of the required tests.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="DrugTestComment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|