Definition Type: Element
Name: EducationInput
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 degree, certificate or other educational credential.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into OtherApplicantInformation in schema backgroundreports_xsd Drilldown into SchoolOrInstitution in schema backgroundreports_xsd Drilldown into ContactInformation in schema backgroundreports_xsdXSD Diagram of EducationInput in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EducationInput" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains information as reported by the screening subject relating to the degree, certificate or other educational credential.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ContactInformation" type="EducationContactInformationType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Contact information provided by the screening subject relating to the school or institution attended.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SchoolOrInstitution" type="SchoolOrInstitutionType">
                <xsd:annotation>
                    <xsd:documentation>School, College or institution attended.  Associated type attribute further qualifies the name as current, prior,  degree or joint.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <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
ContactInformation hr:ContactInformation 0 unbounded
SchoolOrInstitution hr:SchoolOrInstitution (1) (1)
OtherApplicantInformation hr:OtherApplicantInformation 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded