Definition Type: Element
Name: ReferenceInput
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains information as reported by the screening subject relating to the reference.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into OtherApplicantInformation in schema backgroundreports_xsd Drilldown into Competency in schema competencies_xsd Drilldown into Contact in schema backgroundreports_xsdXSD Diagram of ReferenceInput in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReferenceInput" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains information as reported by the screening subject relating to the reference.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Contact" type="ContactType" />
            <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>For capturing additional search related information associated with a specific question.</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
Contact hr:Contact (1) (1)
Competency hr:Competency 0 unbounded
OtherApplicantInformation hr:OtherApplicantInformation 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded