<xsd:complexType name="ErrorReportType">
<xsd:annotation>
<xsd:documentation>Element to return error report to client.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ErrorDescription" type="xsd:string">
<xsd:annotation>
<xsd:documentation>A description of the error. i.e. Missing DateOfBirth.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ErrorCode" type="xsd:string" minOccurs="0" />
<xsd:element name="ErrorSeverity" type="ErrorSeverityTypes" minOccurs="0" />
<xsd:element name="FileReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Client provided reference number that identified all screening(s) submitted in one batch.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PackageReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Client provided reference number that identifies all screening(s) for the specified package.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ScreeningsReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Client provided reference number that identifies all screening(s) for a specified Search Subject.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ScreeningReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Client provided reference number that identifies a specific screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ScreeningType" type="SearchTypes" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The screening type as submitted by the client.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ScreeningQualifier" type="SearchQualifierType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The screening qualifier as submitted by the client.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference number within the third-party supplier of background checking services system. It is a reference to a specific screening</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|