Definition Type: Group
Name: CommodityNonPeriodicPaymentDates.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
The different options for specifying the Payment Date.
Collapse XSD Schema Diagram:
Drilldown into masterAgreementPaymentDates in schema fpml-com-5-10_xsd2 Drilldown into paymentDates in schema fpml-com-5-10_xsd2XSD Diagram of CommodityNonPeriodicPaymentDates.model in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityNonPeriodicPaymentDates.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying the Payment Date.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="paymentDates" type="AdjustableDatesOrRelativeDateOffset">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Dates on which payments will be made.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterAgreementPaymentDates" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If present and true indicates that the Payment Date(s) are specified in the relevant master agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentDates nsE:paymentDates (1) (1)
masterAgreementPaymentDates nsE:masterAgreementPaymentDates (1) (1)