Definition Type: Group
Name: CommodityPaymentDates.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Documentation:
The different options for specifying the Payment Date. This will consist of either a set of Payment Dates or else a Payment Date schedule.
Collapse XSD Schema Diagram:
Drilldown into masterAgreementPaymentDates in schema fpml-com-5-10_xsd Drilldown into paymentDates in schema fpml-com-5-10_xsd Drilldown into CommodityNonPeriodicPaymentDates.model in schema fpml-com-5-10_xsd Drilldown into relativePaymentDates in schema fpml-com-5-10_xsdXSD Diagram of CommodityPaymentDates.model in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityPaymentDates.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying the Payment Date. This will consist of either a set of Payment Dates or else a Payment Date schedule.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="relativePaymentDates" type="CommodityRelativePaymentDates">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Payment Dates of the trade relative to the Calculation Periods.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="CommodityNonPeriodicPaymentDates.model" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
relativePaymentDates nsA:relativePaymentDates (1) (1)
paymentDates nsA:paymentDates (1) (1)
masterAgreementPaymentDates nsA:masterAgreementPaymentDates (1) (1)
<xs:group> nsA:CommodityNonPeriodicPaymentDates.model (1) (1)