Definition Type: ComplexType
Name: ScreeningReportDataType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundCheckStatusRequest.xsd
Abstract
Documentation:
Element to return order status to client. Used as a confirmation to the client that the order was received.
Collapse XSD Schema Diagram:
Drilldown into Screening in schema backgroundcheckstatusrequest_xsdXSD Diagram of ScreeningReportDataType in schema backgroundcheckstatusrequest_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningReportDataType">
    <xsd:annotation>
        <xsd:documentation>Element to return order status to client. Used as a confirmation to the client that the order was received.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Screening" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Provides container for the basic screening summary information.  </xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>Reference Number for this screening as 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 as provided by the requestor of this screening.</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 ref="UserArea" minOccurs="0" />
                </xsd:sequence>
                <xsd:attribute name="type" type="SearchTypes" />
                <xsd:attribute name="qualifier" type="SearchQualifierType" />
                <xsd:attribute ref="xml:lang" use="optional" />
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Screening hr:Screening 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:Screenings