Definition Type: Element
Name: Commute
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into CommuteComments in schema humanresource_xsd Drilldown into DistanceMax in schema humanresource_xsd Drilldown into TimeMax in schema humanresource_xsdXSD Diagram of Commute in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Commute" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TimeMax" type="xsd:string" minOccurs="0" />
            <xsd:element name="DistanceMax" type="xsd:string" minOccurs="0" />
            <xsd:element name="CommuteComments" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeMax hr:TimeMax 0 (1)
DistanceMax hr:DistanceMax 0 (1)
CommuteComments hr:CommuteComments 0 (1)