<xs:complexType name="EducationType">
<xs:annotation>
<xs:documentation>A relationship between a person and an institution. Attributes include: level of education: Graduated, Undergraduate, Primary, Secondary; Degree: AA, BA, BS, DD, DDiv, HS, LLD, MA, MD, MS, PhD. Institutions: High School, Post Secondary School.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="level" type="CVEnumDOMEXEducationLevelType:CVEnumDOMEXEducationLevelType">
<xs:annotation>
<xs:documentation>Graduated, Undergraduate, Primary, Secondary</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="degree" type="CVEnumDOMEXEducationDegreeType:CVEnumDOMEXEducationDegreeType">
<xs:annotation>
<xs:documentation>Degree(s) attained - AA, BA, BS, DD, DDiv, HS, LLD, MA, MD, MS, PhD</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="institution" type="string100">
<xs:annotation>
<xs:documentation>Status values include Native Born, Naturalized, Permanent Resident Alien Applied, and Permanent Resident Alien Granted.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|