<xsd:complexType name="EPMRecommendedAmountType">
<xsd:annotation>
<xsd:documentation>A base type that is reused in several types related to remuneration recommendations that are developed as part of a performance appraisal or performance management process.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="Fixed" type="xsd:decimal" />
<xsd:element name="PercentageIncrease" type="xsd:decimal" />
</xsd:choice>
<xsd:attribute name="currencyCode" type="CurrencyCodeType" />
</xsd:complexType>
|