Definition Type: Element
Name: DegreeConcentration
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: EducationHistory.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Reflects the official names of any and all major concentrations associated with the student's degree title. For example, a Math major may have an Applied Math concentration even though this area of concentration is not required to pursue a Math major.
Collapse XSD Schema Diagram:
XSD Diagram of DegreeConcentration in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DegreeConcentration" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Reflects the official names of any and all major concentrations associated with the student's degree title. For example, a Math major may have an Applied Math concentration even though this area of concentration is not required to pursue a Math major.</xsd:documentation>
    </xsd:annotation>
</xsd:element>