Definition Type: Element
Name: BackgroundSearchPackage
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundCheck.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 backgroundcheck_xsd Drilldown into SupportingDocumentation in schema backgroundcheck_xsd Drilldown into PersonalData in schema backgroundcheck_xsd Drilldown into Organization in schema backgroundcheck_xsd Drilldown into ClientContact in schema backgroundcheck_xsd Drilldown into ReferenceId in schema backgroundcheck_xsd Drilldown into ProcessingInformation in schema backgroundcheck_xsd Drilldown into action in schema backgroundcheck_xsd Drilldown into type in schema backgroundcheck_xsdXSD Diagram of BackgroundSearchPackage in schema backgroundcheck_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="BackgroundSearchPackage" 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: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="ReferenceId" type="EntityIdType" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation>Reference Number associated with all searches within the specified package.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="ClientContact" type="ReferralType" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation>Contact point within clients organization regarding details of screening package.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="Organization" type="ReferralType" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation>Identifies the organization that  the search(s) will be performed upon or on behalf of depending on the value of type.</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) will be performed upon.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="SupportingDocumentation" type="DocumentationType" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation>Root element to provide additional screening related information specific to all searchs for the specified Search Subject. i.e. Link to FAX image that contains the Search Subject information that the search package will be constructed from.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="Screenings" type="ScreeningRequestType" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:sequence>
        <xsd:attribute name="type" type="xsd:string" use="optional" />
        <xsd:attribute name="action" type="xsd:string" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProcessingInformation hr:ProcessingInformation 0 (1)
ReferenceId hr:ReferenceId 0 (1)
ClientContact hr:ClientContact 0 (1)
Organization hr:Organization 0 unbounded
PersonalData hr:PersonalData 0 unbounded
SupportingDocumentation hr:SupportingDocumentation 0 (1)
Screenings hr:Screenings 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Optional
action hr:action Optional