Definition Type: ComplexType
Name: DateRange
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Abstract
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 in schema fpml-shared-5-10_xsd4 Drilldown into unadjustedFirstDate in schema fpml-shared-5-10_xsd4XSD Diagram of DateRange in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
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" minOccurs="0">
            <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" minOccurs="0">
            <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 nsE:unadjustedFirstDate 0 (1)
unadjustedLastDate nsE:unadjustedLastDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:BusinessDateRange, nsE:scheduleBounds