Definition Type: SimpleType
Name: WorkLevelCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A code classifying the position or engagement as full-time or part-time. Such determination typically would be made under policies or rules set by the employer or under any applicable collective bargaining agreement. For example, an employer policy might set a weekly threshold of 35 hours, 37.5 hours, or other number of regularly scheduled working hours as determinative of "full-time" status. Such status may be used to indicate eligibility under certain employer pay and benefit programs.
Collapse XSD Schema Diagram:
XSD Diagram of WorkLevelCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="WorkLevelCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A code classifying the position or engagement as full-time or part-time. Such
determination typically would be made under policies or rules set by the employer 
or under any applicable collective bargaining agreement. For example, an employer policy might set a weekly threshold of 35 hours, 37.5 hours, or
other number of regularly scheduled working hours as determinative of "full-time" status. Such status may be used to indicate eligibility under certain
employer pay and benefit programs.
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="FullTime" />
        <xsd:enumeration value="PartTime" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration FullTime
Enumeration PartTime
Collapse Derivation Tree:
Collapse References:
nsA:WorkLevelCode