XML Schema Documentation

Complex Type: DateRange

[Table of contents]

Super-types: None
Sub-types:
Name DateRange
Used by (from the same schema document) Complex Type RelativeDates
Abstract no
Documentation A type defining a contiguous series of calendar dates. The date range is defined as all the dates between and including the first and the last date. The first date must fall before the last date.
XML Instance Representation
<...>
<unadjustedFirstDate> xsd:date </unadjustedFirstDate> [1]

'The first date of a date range.'

<unadjustedLastDate> xsd:date </unadjustedLastDate> [1]

'The last date of a date range.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="DateRange">
<xsd:sequence>
<xsd:element name="unadjustedFirstDate" type=" xsd:date "/>
<xsd:element name="unadjustedLastDate" type=" xsd:date "/>
</xsd:sequence>
</xsd:complexType>