Definition Type: Element
Name: BackgroundCheckStatusPackage
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundCheckStatusRequest.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 Screenings in schema backgroundcheckstatusrequest_xsd Drilldown into AdditionalItems in schema backgroundcheckstatusrequest_xsd Drilldown into PersonalData in schema backgroundcheckstatusrequest_xsd Drilldown into PackageId in schema backgroundcheckstatusrequest_xsd Drilldown into ClientReferenceId in schema backgroundcheckstatusrequest_xsd Drilldown into ProviderReferenceId in schema backgroundcheckstatusrequest_xsd Drilldown into type in schema backgroundcheckstatusrequest_xsdXSD Diagram of BackgroundCheckStatusPackage in schema backgroundcheckstatusrequest_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProviderReferenceId hr:ProviderReferenceId 0 (1)
ClientReferenceId hr:ClientReferenceId 0 (1)
PackageId hr:PackageId 0 (1)
PersonalData hr:PersonalData 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
Screenings hr:Screenings 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)