Definition Type: Element
Name: ScreeningsSummary
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Provides Client supplied details of the search. Intended usage is primarily for confirmation of Search Subject details that the screening as based on.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into ClientReferences in schema backgroundreports_xsd Drilldown into PersonalData in schema backgroundreports_xsd Drilldown into Organization in schema backgroundreports_xsdXSD Diagram of ScreeningsSummary in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Organization hr:Organization 0 (1)
PersonalData hr:PersonalData 0 unbounded
ClientReferences hr:ClientReferences 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded