Definition Type: ComplexType
Name: SpecimenCollectionSiteType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A place selected by the employer where employees or screening subjects present themselves for the purpose of providing a specimen for a drug test. A collection site might be operated by the employer itself, the testing company, or a third party.
Collapse XSD Schema Diagram:
Drilldown into SpecimenCollectionSiteTypeCode in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into OrganizationName in schema fields_xsd Drilldown into SpecimenCollectionSiteID in schema fields_xsdXSD Diagram of SpecimenCollectionSiteType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SpecimenCollectionSiteType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A place selected by the employer where employees or screening subjects present themselves for the purpose of providing a specimen for a drug test. A collection site might be operated by the employer itself, the testing company, or a third party.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="SpecimenCollectionSiteID" minOccurs="0" />
        <xsd:element ref="OrganizationName" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SpecimenCollectionSiteTypeCode" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecimenCollectionSiteID nsA:SpecimenCollectionSiteID 0 (1)
OrganizationName nsA:OrganizationName 0 (1)
Communication nsA:Communication 0 unbounded
SpecimenCollectionSiteTypeCode nsA:SpecimenCollectionSiteTypeCode 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SpecimenCollectionSite