<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>
|