complexType "DateRange"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
unadjustedFirstDate, unadjustedLastDate
Known Direct Subtypes (1):
BusinessDateRange
All Direct / Indirect Based Elements (2):
businessDateRange, scheduleBounds
Known Usage Locations
Annotation
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 Source (w/o annotations (3); see within schema source)
<xsd:complexType name="DateRange">
<xsd:sequence>
<xsd:element name="unadjustedFirstDate" type="xsd:date"/>
<xsd:element name="unadjustedLastDate" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
unadjustedFirstDate
Type:
xsd:date, predefined, simple content
The first date of a date range.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="unadjustedFirstDate" type="xsd:date"/>

unadjustedLastDate
Type:
xsd:date, predefined, simple content
The last date of a date range.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="unadjustedLastDate" type="xsd:date"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.