Definition Type: ComplexType
Name: ErrorReportType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Documentation:
Element to return error report to client.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into ProviderReferenceId in schema backgroundreports_xsd Drilldown into ScreeningQualifier in schema backgroundreports_xsd Drilldown into ScreeningType in schema backgroundreports_xsd Drilldown into ScreeningReferenceId in schema backgroundreports_xsd Drilldown into ScreeningsReferenceId in schema backgroundreports_xsd Drilldown into PackageReferenceId in schema backgroundreports_xsd Drilldown into FileReferenceId in schema backgroundreports_xsd Drilldown into ErrorSeverity in schema backgroundreports_xsd Drilldown into ErrorCode in schema backgroundreports_xsd Drilldown into ErrorDescription in schema backgroundreports_xsdXSD Diagram of ErrorReportType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ErrorDescription hr:ErrorDescription (1) (1)
ErrorCode hr:ErrorCode 0 (1)
ErrorSeverity hr:ErrorSeverity 0 (1)
FileReferenceId hr:FileReferenceId 0 (1)
PackageReferenceId hr:PackageReferenceId 0 (1)
ScreeningsReferenceId hr:ScreeningsReferenceId 0 (1)
ScreeningReferenceId hr:ScreeningReferenceId 0 (1)
ScreeningType hr:ScreeningType 0 (1)
ScreeningQualifier hr:ScreeningQualifier 0 (1)
ProviderReferenceId hr:ProviderReferenceId 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:ErrorReport