Definition Type: SimpleType
Name: ExpatriateBenefitCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that classify the types of benefits available or offered to expatriates.
Collapse XSD Schema Diagram:
XSD Diagram of ExpatriateBenefitCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="ExpatriateBenefitCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the types of benefits available or offered to expatriates.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="RelocationPackage" />
        <xsd:enumeration value="SchoolFees" />
        <xsd:enumeration value="Vehicle" />
        <xsd:enumeration value="ProfessionalServiceFees" />
        <xsd:enumeration value="LanguageInstruction" />
        <xsd:enumeration value="ClubMembership" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration RelocationPackage
Enumeration SchoolFees
Enumeration Vehicle
Enumeration ProfessionalServiceFees
Enumeration LanguageInstruction
Enumeration ClubMembership