Definition Type: ComplexType
Name: EPMRecommendedAmountType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into PercentageIncrease in schema epmtypes_xsd Drilldown into Fixed in schema epmtypes_xsd Drilldown into currencyCode in schema epmtypes_xsdXSD Diagram of EPMRecommendedAmountType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Fixed hr:Fixed (1) (1)
PercentageIncrease hr:PercentageIncrease (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
currencyCode hr:currencyCode (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Bonus, hr:IncentiveValue, hr:NewBasePay