<xsd:complexType name="ScreeningReportDataType">
<xsd:annotation>
<xsd:documentation>Element to return order status to client. Used as a confirmation to the client that the order was received.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Screening" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Provides container for the basic screening summary information. </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference Number for this screening as assigned by the company providing the screening service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ClientReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference Number as provided by the requestor of this screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ClientReferences" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains Client provided information pertinent to the search. i.e. Billing information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="SearchTypes" />
<xsd:attribute name="qualifier" type="SearchQualifierType" />
<xsd:attribute ref="xml:lang" use="optional" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|