Definition Type: Element
Name: TestType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Screenings.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Identifies the type of test to be performed and optionally, the substances or panels to be tested.
Collapse XSD Schema Diagram:
Drilldown into Substance in schema screenings_xsd Drilldown into type in schema screenings_xsdXSD Diagram of TestType in schema screenings_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 or panels to be tested.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <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: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
Substance hr:Substance 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)