Drilldown into DateRange Drilldown into DateRange
Definition Type Complex Type
Name DateRange
Namespace http://www.fpml.org/2003/FpML-4-0
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.
XSD Schema fpml-shared-4-0.xsd
Collapse XSD Schema Diagram
XSD Diagram of DateRange
Collapse XSD Schema Code
<xsd:complexType name="DateRange" >
  <xsd:annotation>
    <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 xmlns:xml="http://www.w3.org/XML/1998/namespace" 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
Collapse Derivation Tree
[No Sub Types]
DateRange
    nsA:BusinessDateRange
        nsA:businessDateRange
    nsA:scheduleBounds
Collapse References
nsA:BusinessDateRange , nsA:scheduleBounds
Generated using Liquid XML Studio Designer Edition 8.0.4.1955 by Liquid Technologies Ltd