<xsd:simpleType name="RemunerationTypeCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the type of pay or remuneration.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="BasePay" />
<xsd:enumeration value="Commission" />
<xsd:enumeration value="Bonus" />
<xsd:enumeration value="ShortTermIncentive" />
<xsd:enumeration value="ShiftPremium" />
</xsd:restriction>
</xsd:simpleType>
|