Definition Type: Element
Name: DegreeName
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: EducationHistory.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The subject studied, as expressed on the diploma.
Collapse XSD Schema Diagram:
Drilldown into honorsProgram in schema educationhistory_xsd Drilldown into academicHonors in schema educationhistory_xsdXSD Diagram of DegreeName in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DegreeName" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The subject studied, as expressed on the diploma.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="academicHonors" type="xsd:string" use="optional" />
                <xsd:attribute name="honorsProgram" type="xsd:string" use="optional" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
academicHonors hr:academicHonors Optional
honorsProgram hr:honorsProgram Optional