Definition Type: SimpleType
Name: PositionScheduleCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that classify the working schedule of a position offered or a position sought. Essentialy, whether a position offered or sought is full-time or part-time or has provision for flexible scheduling. Intended to classify schedule position preferences of a candidate or conversely employer preferences or requirements related to candidates with respect to an advertised position. Used in the context of matching candidates to positions. Note thatWorkLevelCode is a similar concept, but is intended for narrower classification of an possition or determinations of plan eligibility rather than descriptions of position schedule preference. This is an HR-XML open list.
Collapse XSD Schema Diagram:
XSD Diagram of PositionScheduleCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PositionScheduleCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the working schedule of a position offered or a position sought. Essentialy, whether a position offered or sought is full-time or part-time or has provision for flexible scheduling. Intended to classify schedule position preferences of a candidate or conversely employer preferences or requirements related to candidates with respect to an advertised position. Used in the context of matching candidates to positions. Note thatWorkLevelCode is a similar concept, but is intended for narrower classification of an possition or determinations of plan eligibility rather than descriptions of position schedule preference. This is an HR-XML open list. </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="FullTime" />
        <xsd:enumeration value="PartTime" />
        <xsd:enumeration value="FlexTime" />
        <xsd:enumeration value="Any" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration FullTime
Enumeration PartTime
Enumeration FlexTime
Enumeration Any