Definition Type: ComplexType
Name: EPMOtherRatingSectionType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Defines a structure for a "other rating section" (other than objectives or competency ratings) within a performance appraisal or other performance management result.
Collapse XSD Schema Diagram:
Drilldown into SectionSingleResult in schema epmtypes_xsd Drilldown into SectionGroupResult in schema epmtypes_xsd Drilldown into SectionSummaryResult in schema epmtypes_xsd Drilldown into SectionTitle in schema epmtypes_xsdXSD Diagram of EPMOtherRatingSectionType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMOtherRatingSectionType">
    <xsd:annotation>
        <xsd:documentation>Defines a structure for a "other rating section" (other than objectives or competency ratings)  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="SectionGroupResult" type="EPMResultGroupBaseType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="SectionSingleResult" type="EPMOtherRatingSectionSingleResult" 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)
SectionGroupResult hr:SectionGroupResult 0 unbounded
SectionSingleResult hr:SectionSingleResult 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:OtherRatingSection