Definition Type: Group
Name: CommodityCalculationPeriodsPointer.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
Model group enables users to reference a Calculation Periods schedule in the form of a series of actual dates in a calculationPeriods container or in the form of a parameterized schedule in a calculationPeriodsSchedule container.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodsDatesReference in schema fpml-com-5-10_xsd2 Drilldown into calculationPeriodsScheduleReference in schema fpml-com-5-10_xsd2 Drilldown into calculationPeriodsReference in schema fpml-com-5-10_xsd2XSD Diagram of CommodityCalculationPeriodsPointer.model in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityCalculationPeriodsPointer.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Model group enables users to reference a Calculation Periods schedule in the form of a series of actual dates in a calculationPeriods container or in the form of a parameterized schedule in a calculationPeriodsSchedule container.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="calculationPeriodsReference" type="CalculationPeriodsReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to the Calculation Periods defined on another leg.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calculationPeriodsScheduleReference" type="CalculationPeriodsScheduleReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to the Calculation Periods Schedule defined on another leg.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calculationPeriodsDatesReference" type="CalculationPeriodsDatesReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A pointer style reference to single-day-duration Calculation Periods defined on another leg.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodsReference nsE:calculationPeriodsReference (1) (1)
calculationPeriodsScheduleReference nsE:calculationPeriodsScheduleReference (1) (1)
calculationPeriodsDatesReference nsE:calculationPeriodsDatesReference (1) (1)