Definition Type: Element
Name: TestResults
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Identifies the type of test to be performed and optionally, the substances, thresholdlevel and detection limit of the substance.
Collapse XSD Schema Diagram:
Drilldown into Substance in schema backgroundreports_xsd Drilldown into ResultsReleasedDate in schema backgroundreports_xsd Drilldown into result in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of TestResults in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="TestResults" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Identifies the type of test to be performed and optionally, the substances, thresholdlevel and detection limit of the substance.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ResultsReleasedDate" type="FlexibleDatesType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date the certifying scientist released the results.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Substance" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Details regarding each substance identified within the requested test.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="SubstanceType" type="SubstanceTypeType">
                            <xsd:annotation>
                                <xsd:documentation>Name of the substance being tested for.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Results" type="DrugTestResultType">
                            <xsd:annotation>
                                <xsd:documentation>Results of the test. i.e. Negative, adulterated.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Concentration" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Amount of drug in a unit volume of biological fluid expressed as weight/volume. Urine concentrations are expressed in nanogram/milliliter, as micrograms/milliliter or milligrams/liter.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="type" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Identifies the type of the test.  i.e. FIVP = Five Panel.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="result" type="DrugTestResultType" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ResultsReleasedDate hr:ResultsReleasedDate 0 (1)
Substance hr:Substance 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
result hr:result Optional