Definition Type: SimpleType
Name: PayCycleIntervalCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
PayCycleInterval specifies how often the pay cycle occurs or, in other words, how often a person is paid, e.g., weekly, biweekly, etc. This is a different concept than an interval used in expressing a rate of pay. Enumerated values are: Day Week Two Weeks Half Month Month Two Months Month Week 1 Month Week 2 Month Week 3 Month Week 4 Month Week 5 Month Week Last Quarter Half Year Year
Collapse XSD Schema Diagram:
XSD Diagram of PayCycleIntervalCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PayCycleIntervalCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>
PayCycleInterval specifies how often the pay cycle occurs or, in other words, how often a person is paid, e.g., weekly, biweekly, etc. This is a different concept than an interval used in expressing a rate of pay. Enumerated values are:
Day
Week
Two Weeks
Half Month
Month
Two Months
Month Week 1
Month Week 2
Month Week 3
Month Week 4
Month Week 5
Month Week Last
Quarter
Half Year
Year
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Day" />
        <xsd:enumeration value="Week" />
        <xsd:enumeration value="TwoWeeks" />
        <xsd:enumeration value="HalfMonth" />
        <xsd:enumeration value="Month" />
        <xsd:enumeration value="TwoMonths" />
        <xsd:enumeration value="MonthWeek " />
        <xsd:enumeration value="MonthWeek2" />
        <xsd:enumeration value="MonthWeek3" />
        <xsd:enumeration value="MonthWeek4" />
        <xsd:enumeration value="MonthWeek5" />
        <xsd:enumeration value="MonthWeekLast" />
        <xsd:enumeration value="Quarter" />
        <xsd:enumeration value="HalfYear" />
        <xsd:enumeration value="Year" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Day
Enumeration Week
Enumeration TwoWeeks
Enumeration HalfMonth
Enumeration Month
Enumeration TwoMonths
Enumeration MonthWeek
Enumeration MonthWeek2
Enumeration MonthWeek3
Enumeration MonthWeek4
Enumeration MonthWeek5
Enumeration MonthWeekLast
Enumeration Quarter
Enumeration HalfYear
Enumeration Year