Definition Type: Element
Name: CollectionSite
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Screenings.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The place designated where individuals present themselves for the purpose of providing a specimen to be analyzed for the presence of drugs.
Collapse XSD Schema Diagram:
Drilldown into PostalAddress in schema screenings_xsd Drilldown into OrganizationName in schema screenings_xsd Drilldown into type in schema screenings_xsdXSD Diagram of CollectionSite in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName 0 (1)
PostalAddress hr:PostalAddress 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)