Definition Type: ComplexType
Name: EducationVerificationReportType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EducationResult in schema backgroundreports_xsd Drilldown into EducationInput in schema backgroundreports_xsd Drilldown into QuestionSetId in schema backgroundreports_xsdXSD Diagram of EducationVerificationReportType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EducationVerificationReportType">
    <xsd:sequence>
        <xsd:element name="QuestionSetId" type="EntityIdType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The question set identifier associated with this screening.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
        <xsd:element name="EducationResult" type="EducationVerificationType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains information as verified by the screening provider relating to the degree, certificate or other educational credential.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QuestionSetId hr:QuestionSetId 0 (1)
EducationInput hr:EducationInput 0 (1)
EducationResult hr:EducationResult 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:EducationVerificationReport