<xsd:complexType name="EPMObjectivesSectionType">
<xsd:annotation>
<xsd:documentation>This type contains information related to an "Objectives Section" in a performance appraisal.</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="ObjectiveGroupResult" type="EPMObjectiveGroupResultType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ObjectiveSingleResult" type="EPMObjectiveResultType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|