<xsd:complexType name="EducationRequirementType">
<xsd:sequence>
<xsd:element ref="EducationLevelCode" minOccurs="0" />
<xsd:element ref="ISCEDEducationLevelCode" minOccurs="0" />
<xsd:element ref="DegreeTypeCode" minOccurs="0" />
<xsd:element ref="ProgramName" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>In the context of Education Requirements, this
would be the name of the academic program in which a student participates or was awarded a degree. This generally is a broad category
such as "Engineering" or "Business Administration." A student may have concentrations within a program. For example, a
program name of Engineering and a concentration in Electrical Engineering. A program name of Business Administration and
a concentration of Marketing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ProgramConcentration" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InstitutionName" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>In the context of Education Requirements, this
would be the name of a specific institution (or institutions) specified in education requirements for
a position.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|