Definition Type: ComplexType
Name: RelocationConsideredType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Indicates if a candidate would consider moving to a new city or location for a suitable position.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into RelocationConsideredIndicator in schema fields_xsdXSD Diagram of RelocationConsideredType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RelocationConsideredType">
    <xsd:annotation>
        <xsd:documentation>Indicates if a candidate would consider moving to a new city or location for a suitable position.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="RelocationConsideredIndicator" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RelocationConsideredIndicator nsA:RelocationConsideredIndicator 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:RelocationConsidered