Definition Type: ComplexType
Name: DegreeSpecializationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Degree Specialization. Details The official names of all major or minor courses of study associated with the student's degree.
Collapse XSD Schema Diagram:
Drilldown into ProgramConcentration in schema fields_xsd Drilldown into ProgramName in schema fields_xsd Drilldown into ProgramID in schema fields_xsdXSD Diagram of DegreeSpecializationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DegreeSpecializationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Degree Specialization. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The official names of all major or minor courses of study associated with the student's degree. 
</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ProgramID" minOccurs="0" />
        <xsd:element ref="ProgramName" />
        <xsd:element ref="ProgramConcentration" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProgramID nsA:ProgramID 0 (1)
ProgramName nsA:ProgramName (1) (1)
ProgramConcentration nsA:ProgramConcentration 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:DegreeMajor, nsA:DegreeMinor