<xsd:complexType name="EPMRemunerationRecommendationType">
<xsd:annotation>
<xsd:documentation>Contains information relating to a pay or remuneration change related to a performance management result.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ReferenceId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="StartDate" type="xsd:date" minOccurs="0" />
<xsd:element name="CurrentBasePay" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="currencyCode" type="CurrencyCodeType" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:choice>
<xsd:element name="NewBasePay" type="EPMRecommendedAmountType" minOccurs="0" />
<xsd:element name="Bonus" type="EPMRecommendedAmountType" minOccurs="0" />
<xsd:element name="Incentive" type="EPMIncentiveType" minOccurs="0" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|