Definition Type: ComplexType
Name: EPMRemunerationRecommendationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Contains information relating to a pay or remuneration change related to a performance management result.
Collapse XSD Schema Diagram:
Drilldown into Incentive in schema epmtypes_xsd Drilldown into Bonus in schema epmtypes_xsd Drilldown into NewBasePay in schema epmtypes_xsd Drilldown into CurrentBasePay in schema epmtypes_xsd Drilldown into StartDate in schema epmtypes_xsd Drilldown into Comments in schema epmtypes_xsd Drilldown into ReferenceId in schema epmtypes_xsdXSD Diagram of EPMRemunerationRecommendationType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReferenceId hr:ReferenceId 0 (1)
Comments hr:Comments 0 unbounded
StartDate hr:StartDate 0 (1)
CurrentBasePay hr:CurrentBasePay 0 (1)
NewBasePay hr:NewBasePay 0 (1)
Bonus hr:Bonus 0 (1)
Incentive hr:Incentive 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:EPMRemunerationDetailhr:RemunerationRecommendationDetail, hr:RemunerationRecommendationDetail,