<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>
|