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