<xsd:complexType name="BackgroundCheckStatusRequestType">
<xsd:sequence>
<xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference Number for all screenings contained in the XML Document. It is assigned by the company providing the screening service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BackgroundCheckStatusPackage" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Root element containing all screening related information for a single Search Subject.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference Number for all screenings in this package. It is 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 for all screenings in this package. It is assigned by the company requesting the screening service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PackageId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The package identifier associated with all screenings contained in this package.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PersonalData" type="ScreeningStatusPersonalDataType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Personal data related to the Search Subject that the search(s) was be performed upon. Intended usage is primarily for confirmation of Search Subject details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Screenings" type="ScreeningReportDataType" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="ResultDataTypes" />
</xsd:complexType>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="userId" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Client identification. This will be provided to the client by the organization performing the screenings.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="password" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Client password. This will be provided to the client by the organization performing the screenings.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="account" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Optional attribute to further identify a specific account withing the Client's Userid. This will be provided to the client by the organization performing the screenings.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="location" type="xsd:string" use="optional" />
<xsd:attribute name="version" type="xsd:string" use="optional" />
<xsd:attribute ref="xml:lang" use="optional" />
</xsd:complexType>
|