Definition Type: ComplexType
Name: SpecimenAnalysisType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DrugTestComment in schema components_xsd Drilldown into InsufficientQuantityIndicator in schema fields_xsd Drilldown into Interferent in schema components_xsd Drilldown into pHLevel in schema fields_xsd Drilldown into SpecificGravity in schema fields_xsd Drilldown into CreatinineLevel in schema fields_xsdXSD Diagram of SpecimenAnalysisType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreatinineLevel nsA:CreatinineLevel 0 (1)
SpecificGravity nsA:SpecificGravity 0 (1)
pHLevel nsA:pHLevel 0 (1)
Interferent nsA:Interferent 0 unbounded
InsufficientQuantityIndicator nsA:InsufficientQuantityIndicator 0 (1)
DrugTestComment nsA:DrugTestComment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SpecimenAnalysis