HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » CandidateType | CandidateType | CandidateType | CandidateType | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
ExpatriateBenefitCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'RelocationPackage'|'SchoolFees'|'Vehicle'|'ProfessionalServiceFees'|'LanguageInstruction'|'ClubMembership'}
|
| Documentation |
Values that classify the types of benefits available or offered to expatriates. |
Schema Component Representation
<
xsd:simpleType name="
ExpatriateBenefitCodeEnumType">
<
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>