Definition Type: SimpleType
Name: RemunerationStatusCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Used to indicate whether a period of leave, travel, training or similar non-working hours are paid or unpaid.
Collapse XSD Schema Diagram:
XSD Diagram of RemunerationStatusCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="RemunerationStatusCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>Used to indicate whether a period of leave, travel, training or similar non-working hours are paid or unpaid.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Paid" />
        <xsd:enumeration value="Unpaid" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Paid
Enumeration Unpaid
Collapse Derivation Tree:
Collapse References:
nsA:LeaveRemunerationCode