Definition Type: ComplexType
Name: MajorType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EducationHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Option in schema educationhistory_xsd Drilldown into Name in schema educationhistory_xsd Drilldown into DegreeConcentration in schema educationhistory_xsd Drilldown into ProgramId in schema educationhistory_xsdXSD Diagram of MajorType in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MajorType">
    <xsd:sequence>
        <xsd:element name="ProgramId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Identifier reflecting the program code(s) associated with any Major course of Study.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
        <xsd:element name="Name" type="xsd:string" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Reflects the official names of any and all major courses of study associated with the student's degree title.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Option" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Reflects the official names of any and all major options associated with the student's degree title. For example, a particular institution may require their Engineering majors to select either a Mechanical Engineering option or a Structural Engineering option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProgramId hr:ProgramId 0 unbounded
DegreeConcentration hr:DegreeConcentration 0 unbounded
Name hr:Name (1) unbounded
Option hr:Option 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:DegreeMajor