Definition Type: Element
Name: BackgroundReportPackage
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Root element containing all screening related information for a single Search Subject.
Collapse XSD Schema Diagram:
Drilldown into ErrorReport in schema backgroundreports_xsd Drilldown into Screenings in schema backgroundreports_xsd Drilldown into PackageCost in schema backgroundreports_xsd Drilldown into ScreeningsSummary in schema backgroundreports_xsd Drilldown into ScreeningStatus in schema backgroundreports_xsd Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into SupportingDocumentation in schema backgroundreports_xsd Drilldown into LegalText in schema backgroundreports_xsd Drilldown into CopyToApplicant in schema backgroundreports_xsd Drilldown into PackageId in schema backgroundreports_xsd Drilldown into ClientReferenceId in schema backgroundreports_xsd Drilldown into ProviderReferenceId in schema backgroundreports_xsd Drilldown into ProcessingInformation in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of BackgroundReportPackage in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="BackgroundReportPackage" 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="ProcessingInformation" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="AccessCredential" type="AccessCredentialType" minOccurs="0" maxOccurs="unbounded" />
                        <xsd:element name="ScopeOfWork" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <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="CopyToApplicant" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Indicates if Search Subject has requested a copy of the screening results.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LegalText" type="LegalTextType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Container for legal item's such as disclaimers that apply to all screenings in the package.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SupportingDocumentation" type="DocumentationType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Provides additional screening related information specific to the search i.e. Link to FAX image.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="ScreeningStatus" type="ScreeningStatusType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Intended usage of this status  is to indicate the status of the entire package.  </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ScreeningsSummary" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Provides Client supplied details of the search.  Intended usage is primarily for confirmation of Search Subject details that the screening as based on.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Organization" type="ReferralType" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Identifies the organization that  the search(s) will be performed upon.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="PersonalData" type="ScreeningPersonalDataType" 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="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 name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PackageCost" type="ScreeningCostType" minOccurs="0" />
            <xsd:element name="Screenings" type="ScreeningReportType" minOccurs="0" />
            <xsd:element name="ErrorReport" type="ErrorReportType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Provides a means of communicating errors applicable to the screening.  i.e. missing required element.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="type" type="ResultDataTypes" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProcessingInformation hr:ProcessingInformation 0 (1)
ProviderReferenceId hr:ProviderReferenceId 0 (1)
ClientReferenceId hr:ClientReferenceId 0 (1)
PackageId hr:PackageId 0 (1)
CopyToApplicant hr:CopyToApplicant 0 (1)
LegalText hr:LegalText 0 unbounded
SupportingDocumentation hr:SupportingDocumentation 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded
ScreeningStatus hr:ScreeningStatus 0 (1)
ScreeningsSummary hr:ScreeningsSummary 0 (1)
PackageCost hr:PackageCost 0 (1)
Screenings hr:Screenings 0 (1)
ErrorReport hr:ErrorReport 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)