<xsd:complexType name="EPMIncentiveType">
<xsd:annotation>
<xsd:documentation>Defines a structure to capture information about the type and amount of incentives that might be part of a remuneration recommendation issued in connection with a performance appraisal or performance management process.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="IncentiveName" type="xsd:string" />
<xsd:element name="IncentiveValue" type="EPMRecommendedAmountType" />
</xsd:sequence>
</xsd:complexType>
|