Definition Type: SimpleType
Name: WorkingHoursBasisCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
An interval of time or related basis used to calculate or reference a schedule or working hours. Enumerated values are:
Collapse XSD Schema Diagram:
XSD Diagram of WorkingHoursBasisCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="WorkingHoursBasisCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>
An interval of time or related basis used to calculate or reference a schedule or working hours. Enumerated values are:
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Day">
            <xsd:annotation>
                <xsd:documentation>Note that this code list is used in more than one context, one of which is
			ScheduledDays. "Day" generally would not be a valid scheduleBasis in the context of ScheduledDays.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <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="Shift">
            <xsd:annotation>
                <xsd:documentation>Note that this code list is used in more than one context, one of which is
			ScheduledDays. "Shfit" generally would not be a valid scheduleBasis in the context of ScheduledDays.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Day
Enumeration Week
Enumeration TwoWeeks
Enumeration FourWeeks
Enumeration HalfMonth
Enumeration Month
Enumeration TwoMonths
Enumeration Quarter
Enumeration SeasonalTerm
Enumeration HalfYear
Enumeration Year
Enumeration Shift