Definition Type: SimpleType
Name: PayRateIntervalCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
An interval of time or other basis used to express a rate of pay or remuneration. OED: "Interval, n. 2. a. The space of time intervening between two points of time; any intervening time." Enumerated values are: Hour Day Half Week Week Two Weeks Four Weeks Half Month Month Two Months Quarter Seasonal Term Half Year Year Quarter To Date Year To Date Once - a flat amount paid once without regard to one of the above intervals. Could be paid once per assignment or review period or other applicable conceptual period.
Collapse XSD Schema Diagram:
XSD Diagram of PayRateIntervalCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PayRateIntervalCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>
An interval of time or other basis used to express a rate of pay or remuneration. OED: "Interval, n.  2. a. The space of time intervening between two points of time; any intervening time." Enumerated values are:
Hour
Day
Half Week
Week
Two Weeks
Four Weeks
Half Month
Month
Two Months
Quarter
Seasonal Term
Half Year
Year
Quarter To Date
Year To Date
Once - a flat amount paid once without regard to one of the above intervals. Could be paid once per assignment or review period or other applicable conceptual period.
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Hour" />
        <xsd:enumeration value="Day" />
        <xsd:enumeration value="Week" />
        <xsd:enumeration value="TwoWeeks" />
        <xsd:enumeration value="FourWeeks" />
        <xsd:enumeration value="HalfMonth" />
        <xsd:enumeration value="Month" />
        <xsd:enumeration value="TwoMonths" />
        <xsd:enumeration value="Quarter" />
        <xsd:enumeration value="SeasonalTerm" />
        <xsd:enumeration value="HalfYear" />
        <xsd:enumeration value="Year" />
        <xsd:enumeration value="QuarterTo Date" />
        <xsd:enumeration value="YearToDate" />
        <xsd:enumeration value="Once" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Hour
Enumeration Day
Enumeration Week
Enumeration TwoWeeks
Enumeration FourWeeks
Enumeration HalfMonth
Enumeration Month
Enumeration TwoMonths
Enumeration Quarter
Enumeration SeasonalTerm
Enumeration HalfYear
Enumeration Year
Enumeration QuarterTo Date
Enumeration YearToDate
Enumeration Once