Definition Type: ComplexType
Name: DateRange
Namespace: http://www.fpml.org/FpML-5-0/reporting
Containing Schema: fpml-shared-5-0.xsd
Abstract False
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.
Collapse XSD Schema Diagram:
Drilldown into unadjustedLastDate Drilldown into unadjustedFirstDateXSD Diagram of DateRange
Collapse XSD Schema Code:
<xsd:complexType name="DateRange">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="unadjustedFirstDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The first date of a date range.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="unadjustedLastDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The last date of a date range.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedFirstDate fpml:unadjustedFirstDate (1) (1)
unadjustedLastDate fpml:unadjustedLastDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:BusinessDateRange, fpml:scheduleBounds
Collapse Comments:
blog comments powered by Disqus