Definition Type: ComplexType
Name: IncentiveType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Variable pay or other remuneration related to attainment of performance goals. Calculation of the incentive amount typically are tied to performance variables.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into IncentivePercentage in schema fields_xsd Drilldown into Amount in schema fields_xsd1 Drilldown into IncentiveTypeCode in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of IncentiveType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IncentiveType">
    <xsd:annotation>
        <xsd:documentation>Variable pay or other remuneration related to attainment of performance goals. Calculation of the incentive amount typically are tied to performance variables.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="IncentiveTypeCode" minOccurs="0" />
        <xsd:element ref="oa:Amount" minOccurs="0" />
        <xsd:element ref="IncentivePercentage" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncentiveTypeCode nsA:IncentiveTypeCode 0 (1)
Amount oa:Amount 0 (1)
IncentivePercentage nsA:IncentivePercentage 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:Incentive