Definition Type: Element
Name: CompetencySection
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:EPMCompetencySectionType
Containing Schema: EPMResult.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
A section within a performance appraisal that contains competency results and ratings. The section may contain a summary result, groups of competency ratings, as well as individual competency ratings. This section is repeatable so that specialized types of Competency sections -- such as "Core Values" or "Mission" might be accomodated.
Collapse XSD Schema Diagram:
Drilldown into CompetencySingleResult in schema epmtypes_xsd Drilldown into CompetencyGroupResult in schema epmtypes_xsd Drilldown into SectionSummaryResult in schema epmtypes_xsd Drilldown into SectionTitle in schema epmtypes_xsd Drilldown into EPMCompetencySectionType in schema epmtypes_xsdXSD Diagram of CompetencySection in schema epmresult_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CompetencySection" type="EPMCompetencySectionType" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>A section within a performance appraisal that contains competency results and ratings. The section may contain a summary result, groups of competency ratings, as well as individual competency ratings. This section is repeatable so that specialized types of Competency sections -- such as "Core Values" or "Mission" might be accomodated.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SectionTitle hr:SectionTitle 0 (1)
SectionSummaryResult hr:SectionSummaryResult 0 (1)
CompetencyGroupResult hr:CompetencyGroupResult 0 unbounded
CompetencySingleResult hr:CompetencySingleResult 0 unbounded
Collapse Derivation Tree: