Definition Type: SimpleType
Name: HireTypeCodeEnumerationType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A set of values classifying the type of hire..
Collapse XSD Schema Diagram:
XSD Diagram of HireTypeCodeEnumerationType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="HireTypeCodeEnumerationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A set of values classifying the type of hire..</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="NewHire" />
        <xsd:enumeration value="Rehire" />
        <xsd:enumeration value="Acquisition" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration NewHire
Enumeration Rehire
Enumeration Acquisition