Definition Type: Element
Name: SearchDrugs
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Screenings.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema screenings_xsd Drilldown into OtherApplicantInformation in schema screenings_xsd Drilldown into Organization in schema screenings_xsd Drilldown into SpecimenIdNumber in schema screenings_xsd Drilldown into CollectionSite in schema screenings_xsd Drilldown into CollectionDate in schema screenings_xsd Drilldown into TestType in schema screenings_xsd Drilldown into ReasonForTest in schema screenings_xsdXSD Diagram of SearchDrugs in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="SearchDrugs">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ReasonForTest" type="ReasonForTestType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Reason the test was performed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <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>
            <xsd:element name="CollectionDate" type="FlexibleDatesType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date the specimen will be collected.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CollectionSite" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The place designated where individuals present themselves for the purpose of providing a specimen to be analyzed for the presence of drugs.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The name of the organization responsible for collecting the specimen.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The address where the search subject will provide the specimen.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:attribute name="type" type="xsd:string" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="SpecimenIdNumber" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Identifier related to the procedures to account for the integrity of each  specimen by tracking its handling and storage from point of specimen collection to final disposition of the specimen. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Organization" type="ReferralType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Contains contact information relating to the organizationsinvolved with this request for Drug testing.  i.e. Requesting Organization or Organization reviewing the results.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReasonForTest hr:ReasonForTest 0 (1)
TestType hr:TestType 0 (1)
CollectionDate hr:CollectionDate 0 (1)
CollectionSite hr:CollectionSite 0 (1)
SpecimenIdNumber hr:SpecimenIdNumber 0 (1)
Organization hr:Organization 0 unbounded
OtherApplicantInformation hr:OtherApplicantInformation 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded