Definition Type: ComplexType
Name: EducationVerificationType
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 Comments in schema backgroundreports_xsd Drilldown into QuestionAnswerPair in schema backgroundreports_xsd Drilldown into SchoolRequestedBlock in schema backgroundreports_xsd Drilldown into ApplicantRequestedBlock in schema backgroundreports_xsd Drilldown into SchoolOrInstitution in schema backgroundreports_xsd Drilldown into ContactInformation in schema backgroundreports_xsd Drilldown into ApplicantInformation in schema backgroundreports_xsdXSD Diagram of EducationVerificationType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EducationVerificationType">
    <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="ContactInformation" type="EducationContactInformationType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contact information 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="ApplicantRequestedBlock" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The student has requested a block on the release of his/her Directory Information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SchoolRequestedBlock" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The institution would not verify degree information due to outstanding student financial obligations.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicantInformation hr:ApplicantInformation 0 unbounded
ContactInformation hr:ContactInformation 0 unbounded
SchoolOrInstitution hr:SchoolOrInstitution (1) (1)
ApplicantRequestedBlock hr:ApplicantRequestedBlock 0 (1)
SchoolRequestedBlock hr:SchoolRequestedBlock 0 (1)
QuestionAnswerPair hr:QuestionAnswerPair 0 unbounded
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:EducationResult