Definition Type: Element
Name: TestType
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 SpecimenType in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of TestType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="TestType" 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="SpecimenType" type="SpecimenTypeType" minOccurs="0" />
            <xsd:element name="Substance" minOccurs="0" maxOccurs="unbounded">
                <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="ThresholdLevel" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The defined concentration of an analyte in a specimen at or above which the test is called positive and below which it is called negative. This concentration is usually significantly greater than the sensitivity of the assay.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="DetectionLimit" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Lowest concentration of a drug that can be reliably detected.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="type" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecimenType hr:SpecimenType 0 (1)
Substance hr:Substance 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)