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