Definition Type: Element
Name: Substance
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into DetectionLimit in schema backgroundreports_xsd Drilldown into ThresholdLevel in schema backgroundreports_xsd Drilldown into SubstanceType in schema backgroundreports_xsdXSD Diagram of Substance in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubstanceType hr:SubstanceType (1) (1)
ThresholdLevel hr:ThresholdLevel 0 (1)
DetectionLimit hr:DetectionLimit 0 (1)