Definition Type: ComplexType
Name: TimeSpan
Containing Schema: hcm-pdt.xsd
Abstract
Documentation:
Represents an extent in time bounded by
startand
enddateTimes. If
startor
endis missing, then that end of the period is unbounded.
Collapse XSD Schema Diagram:
Drilldown into end Drilldown into startXSD Diagram of TimeSpan
Collapse XSD Schema Code:
<xs:complexType name="TimeSpan">
    <xs:annotation>
        <xs:documentation>Represents an extent in time bounded by
				<code>start</code>and
				<code>end</code>dateTimes. If
				<code>start</code>or
				<code>end</code>is missing, then that end of the period is unbounded.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="start" type="xs:date" />
    <xs:attribute name="end" type="xs:date" />
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
start start (Optional)
end end (Optional)
Collapse Derivation Tree:
Collapse References:
Duration