Definition Type: ComplexType
Name: DateRelativeToPaymentDates
Namespace: http://www.fpml.org/FpML-5/reporting
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 paymentDatesReference in schema fpml-ird-5-10_xsd3XSD Diagram of DateRelativeToPaymentDates in schema fpml-ird-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DateRelativeToPaymentDates">
    <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="paymentDatesReference" type="PaymentDatesReference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A set of href pointers to payment 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
paymentDatesReference nsE:paymentDatesReference 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:dateRelativeToPaymentDates