complexType "DateRange"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.