<xsd:complexType name="CollectionSiteOrganizationType">
<xsd:annotation>
<xsd:documentation>A collection of information about a drug or alcohol specimen collection site. This might be a location at the work site or an offsite, third-party facility.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="OrganizationID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="OrganizationName" minOccurs="0" />
<xsd:element ref="CollectionSiteTypeCode" minOccurs="0" />
<xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|