Definition Type: ComplexType
Name: RelocationAssistanceType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Relocation Assistance. Details Information on whether relocation assistance is provided by the hiring company or is required by the candidate. This component would typically be used for matching between the requirements of a position and the preferences of a person seeking a job.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into RelocationAssistanceIndicator in schema fields_xsdXSD Diagram of RelocationAssistanceType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RelocationAssistanceType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Relocation Assistance. Details</ccts:DictionaryEntryName>
            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Information on whether relocation assistance is provided by the hiring company or is required by the candidate. </ccts:Definition>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">This component would typically be used for matching between the requirements of a position and the preferences of a person seeking a job. </ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="RelocationAssistanceIndicator" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RelocationAssistanceIndicator nsA:RelocationAssistanceIndicator 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:RelocationAssistance