<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>
|