Definition Type: ComplexType
Name: ReferenceReportTypeType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into ScreeningDetails in schema backgroundreports_xsd Drilldown into Contact in schema backgroundreports_xsd Drilldown into ApplicantInformation in schema backgroundreports_xsdXSD Diagram of ReferenceReportTypeType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceReportTypeType">
    <xsd:sequence>
        <xsd:element name="ApplicantInformation" type="ScreeningPersonalDataType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Personal information relating to the screening subject as contained in the employer or institutions records.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Contact" type="ContactType" minOccurs="0" />
        <xsd:element name="ScreeningDetails" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Additional details pertaining to the screening.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
                    <xsd:element name="QuestionAnswerPair" type="QuestionAnswerPairType" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation>Contains Results of a specific question.  The name attribute of IdValue contains the identifier in the screening companies system of the specific question.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
                    <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicantInformation hr:ApplicantInformation 0 unbounded
Contact hr:Contact 0 (1)
ScreeningDetails hr:ScreeningDetails 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:ReferenceResults