Definition Type: ComplexType
Name: CommuteType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MatchingTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema matchingtypes_xsd Drilldown into DistanceMax in schema matchingtypes_xsd Drilldown into TimeMax in schema matchingtypes_xsdXSD Diagram of CommuteType in schema matchingtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CommuteType">
    <xsd:sequence>
        <xsd:element name="TimeMax" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:decimal">
                        <xsd:attribute name="unitOfMeasure" type="xsd:string" use="optional" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="DistanceMax" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:decimal">
                        <xsd:attribute name="unitOfMeasure" type="xsd:string" use="optional" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeMax hr:TimeMax 0 (1)
DistanceMax hr:DistanceMax 0 (1)
Comments hr:Comments 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Commute