Definition Type: Element
Name: Relocation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into RelocationComments in schema humanresource_xsd Drilldown into willingToRelocate in schema humanresource_xsdXSD Diagram of Relocation in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Relocation" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="RelocationComments" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="willingToRelocate" type="xsd:boolean" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RelocationComments hr:RelocationComments 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
willingToRelocate hr:willingToRelocate Required