Definition Type: Group
Name: CommodityDeliveryPeriodsPointer.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Documentation:
Model group to enable users to reference a Delivery Periods schedule in the form of a series of actual dates in a deliveryPeriods container or in the form of a parameterised schedule in a deliveryPeriodsSchedule container.
Collapse XSD Schema Diagram:
Drilldown into deliveryPeriodsScheduleReference in schema fpml-com-5-10_xsd1 Drilldown into deliveryPeriodsReference in schema fpml-com-5-10_xsd1XSD Diagram of CommodityDeliveryPeriodsPointer.model in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityDeliveryPeriodsPointer.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Model group to enable users to reference a Delivery Periods schedule in the form of a series of actual dates in a deliveryPeriods container or in the form of a parameterised schedule in a deliveryPeriodsSchedule container.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="deliveryPeriodsReference" type="CalculationPeriodsReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to the Delivery Periods defined elsewhere.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="deliveryPeriodsScheduleReference" type="CalculationPeriodsScheduleReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to the Calculation Periods Schedule defined elsewhere.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveryPeriodsReference nsD:deliveryPeriodsReference (1) (1)
deliveryPeriodsScheduleReference nsD:deliveryPeriodsScheduleReference (1) (1)