Definition Type: ComplexType
Name: TravelPreferenceType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Travel Preference. Details Information regarding travel preferences of a person seeking a job. 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 TravelPercentage in schema fields_xsd Drilldown into WillingToTravelIndicator in schema fields_xsdXSD Diagram of TravelPreferenceType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TravelPreferenceType">
    <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">Travel Preference. Details</ccts:DictionaryEntryName>
            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Information regarding travel preferences of a person seeking a job.</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="WillingToTravelIndicator" minOccurs="0" />
        <xsd:element ref="TravelPercentage" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WillingToTravelIndicator nsA:WillingToTravelIndicator 0 (1)
TravelPercentage nsA:TravelPercentage 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:TravelPreference