<xsd:complexType name="EducationVerificationReportType">
<xsd:annotation>
<xsd:documentation>The results of research to verify the
educational background of an individual.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EducationHistoryID" minOccurs="0" />
<xsd:element ref="InputEducationVerification" minOccurs="0" />
<xsd:element ref="EducationOrganizationVerification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|