Definition Type: Group
Name: CommodityFixedPhysicalQuantity.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
The different options for specifying a fixed physical quantity of commodity to be delivered.
Collapse XSD Schema Diagram:
Drilldown into totalPhysicalQuantity in schema fpml-com-5-10_xsd2 Drilldown into physicalQuantitySchedule in schema fpml-com-5-10_xsd2 Drilldown into physicalQuantity in schema fpml-com-5-10_xsd2XSD Diagram of CommodityFixedPhysicalQuantity.model in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityFixedPhysicalQuantity.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying a fixed physical quantity of commodity to be delivered.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="physicalQuantity" type="CommodityNotionalQuantity">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The Quantity per Delivery Period.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="physicalQuantitySchedule" type="CommodityPhysicalQuantitySchedule">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Allows the documentation of a shaped quantity trade where the quantity changes over the life of the transaction.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="totalPhysicalQuantity" type="UnitQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Total Quantity of the commodity to be delivered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
physicalQuantity nsE:physicalQuantity (1) (1)
physicalQuantitySchedule nsE:physicalQuantitySchedule (1) (1)
totalPhysicalQuantity nsE:totalPhysicalQuantity 0 (1)