Definition Type: ComplexType
Name: EPMCompetencySectionType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Defines a structure for a "competency section" within a performance appraisal or other performance management result.
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_xsdXSD Diagram of EPMCompetencySectionType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMCompetencySectionType">
    <xsd:annotation>
        <xsd:documentation>Defines a structure for a "competency section" within a performance appraisal or  other performance management result.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SectionTitle" type="xsd:string" minOccurs="0" />
        <xsd:element name="SectionSummaryResult" type="EPMSectionSummaryResultType" minOccurs="0" />
        <xsd:element name="CompetencyGroupResult" type="EPMCompetencyGroupResultType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="CompetencySingleResult" type="EPMCompetencySingleResultType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
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:
Collapse References:
hr:CompetencySection