<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>
|