Definition Type: ComplexType
Name: EPMIncentiveType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into IncentiveValue in schema epmtypes_xsd Drilldown into IncentiveName in schema epmtypes_xsdXSD Diagram of EPMIncentiveType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncentiveName hr:IncentiveName (1) (1)
IncentiveValue hr:IncentiveValue (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:Incentive