Definition Type: Element
Name: StructuredTravelDirections
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingWorkSite.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema staffingworksite_xsd Drilldown into MapLink in schema staffingworksite_xsd Drilldown into TimeRequired in schema staffingworksite_xsd Drilldown into Transportation in schema staffingworksite_xsd Drilldown into EndPoint in schema staffingworksite_xsd Drilldown into StartPoint in schema staffingworksite_xsdXSD Diagram of StructuredTravelDirections in schema staffingworksite_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="StructuredTravelDirections" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StartPoint" type="xsd:string" />
            <xsd:element name="EndPoint" type="xsd:string" minOccurs="0" />
            <xsd:element name="Transportation" type="xsd:string" />
            <xsd:element name="TimeRequired">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:decimal">
                            <xsd:attribute name="unitOfMeasure" type="xsd:string" use="required" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="MapLink" type="xsd:string" minOccurs="0" />
            <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartPoint hr:StartPoint (1) (1)
EndPoint hr:EndPoint 0 (1)
Transportation hr:Transportation (1) (1)
TimeRequired hr:TimeRequired (1) (1)
MapLink hr:MapLink 0 (1)
Description hr:Description 0 (1)