Definition Type: ComplexType
Name: ElectricityPhysicalQuantity
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:CommodityPhysicalQuantityBase
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The quantity of gas to be delivered.
Collapse XSD Schema Diagram:
Drilldown into totalPhysicalQuantity in schema fpml-com-5-10_xsd1 Drilldown into physicalQuantitySchedule in schema fpml-com-5-10_xsd1 Drilldown into physicalQuantity in schema fpml-com-5-10_xsd1 Drilldown into id in schema fpml-com-5-10_xsd1 Drilldown into CommodityPhysicalQuantityBase in schema fpml-com-5-10_xsd1XSD Diagram of ElectricityPhysicalQuantity in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ElectricityPhysicalQuantity">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The quantity of gas to be delivered.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="CommodityPhysicalQuantityBase">
            <xsd:sequence>
                <xsd:choice minOccurs="0">
                    <xsd:element name="physicalQuantity" type="ElectricityPhysicalDeliveryQuantity" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The Quantity per Delivery Period.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="physicalQuantitySchedule" type="ElectricityPhysicalDeliveryQuantitySchedule" maxOccurs="unbounded">
                        <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. Note that if the range of Settlement Periods also varies over the life of the transaction this element should not be used. Instead, physicalQuantity should be repeated for each range of Settlement Periods that apply at any point during the trade.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:choice>
                <xsd:element name="totalPhysicalQuantity" type="UnitQuantity">
                    <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:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
physicalQuantity nsD:physicalQuantity (1) unbounded
physicalQuantitySchedule nsD:physicalQuantitySchedule (1) unbounded
totalPhysicalQuantity nsD:totalPhysicalQuantity (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:deliveryQuantity