<xsd:complexType name="ScreeningCustomerType">
<xsd:annotation>
<xsd:documentation>A collection of information about a customer of screening services, typically an employer. Includes information
about a designated employer representative. A designated employer representative may be required for notifications and response
required under applicable law. For example, U.S. DOT drug testing regulations.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CustomerContactType">
<xsd:sequence>
<xsd:element ref="DesignatedEmployerRepresentative" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|