<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>
|