Definition Type: SimpleType
Name: AppraisalScheduleEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values classifying the type of appraisal schedule. Enumerated values are: annual, midyear, interim, probation.
Collapse XSD Schema Diagram:
XSD Diagram of AppraisalScheduleEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="AppraisalScheduleEnumType">
    <xsd:annotation>
        <xsd:documentation>Values classifying the type of appraisal schedule. Enumerated values are: annual, midyear, interim, probation.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Annual" />
        <xsd:enumeration value="Midyear" />
        <xsd:enumeration value="Interim" />
        <xsd:enumeration value="Probation" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Annual
Enumeration Midyear
Enumeration Interim
Enumeration Probation