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