Definition Type: ComplexType
Name: MinorType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EducationHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Name in schema educationhistory_xsd Drilldown into ProgramId in schema educationhistory_xsdXSD Diagram of MinorType in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MinorType">
    <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 Minor course of Study.</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 minor courses of study associated with the student's degree title.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProgramId hr:ProgramId 0 unbounded
Name hr:Name (1) unbounded
Collapse Derivation Tree:
Collapse References:
hr:DegreeMinor