Definition Type: ComplexType
Name: DateRange
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.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-4-4_xsd Drilldown into unadjustedFirstDate in schema fpml-shared-4-4_xsdXSD Diagram of DateRange in schema fpml-shared-4-4_xsd (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">
            <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