Definition Type: ComplexType
Name: DateRelativeToCalculationPeriodDates
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-ird-5-10.xsd
Abstract
Documentation:
A type to provide the ability to point to multiple payment nodes in the document through the unbounded paymentDatesReference.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodDatesReference in schema fpml-ird-5-10_xsd2XSD Diagram of DateRelativeToCalculationPeriodDates in schema fpml-ird-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DateRelativeToCalculationPeriodDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to provide the ability to point to multiple payment nodes in the document through the unbounded paymentDatesReference.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="calculationPeriodDatesReference" type="CalculationPeriodDatesReference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A set of href pointers to calculation period dates defined somewhere else in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodDatesReference nsD:calculationPeriodDatesReference 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsD:dateRelativeToCalculationPeriodDates