Definition Type: ComplexType
Name: GasPhysicalQuantity
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:CommodityPhysicalQuantityBase
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The quantity of gas to be delivered.
Collapse XSD Schema Diagram:
Drilldown into electingParty in schema fpml-com-5-10_xsd2 Drilldown into maxPhysicalQuantity in schema fpml-com-5-10_xsd2 Drilldown into minPhysicalQuantity in schema fpml-com-5-10_xsd2 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_xsd2 Drilldown into CommodityFixedPhysicalQuantity.model in schema fpml-com-5-10_xsd2 Drilldown into id in schema fpml-com-5-10_xsd2 Drilldown into CommodityPhysicalQuantityBase in schema fpml-com-5-10_xsd2XSD Diagram of GasPhysicalQuantity in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="GasPhysicalQuantity">
    <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:choice minOccurs="0">
                <xsd:group ref="CommodityFixedPhysicalQuantity.model">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A quantity that is known at the time the transaction is executed.</xsd:documentation>
                    </xsd:annotation>
                </xsd:group>
                <xsd:sequence>
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A quantity that can vary within set limits at the instruction of the specified party.</xsd:documentation>
                    </xsd:annotation>
                    <xsd:element name="minPhysicalQuantity" type="CommodityNotionalQuantity" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The minimum quantity to be delivered. If separate minimums need to be specified for different periods (e.g. a minimum per day and a minimum per month) this element should be repeated.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="maxPhysicalQuantity" type="CommodityNotionalQuantity" minOccurs="0" maxOccurs="unbounded">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">The maximum quantity to be delivered. If separate minimums need to be specified for different periods (e.g. a minimum per day and a minimum per month) this element should be repeated.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="electingParty" type="PartyReference" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Indicates the party able to choose whether the gas is delivered for a particular period e.g. a swing or interruptible contract.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
physicalQuantity nsE:physicalQuantity (1) (1)
physicalQuantitySchedule nsE:physicalQuantitySchedule (1) (1)
totalPhysicalQuantity nsE:totalPhysicalQuantity 0 (1)
minPhysicalQuantity nsE:minPhysicalQuantity 0 unbounded
maxPhysicalQuantity nsE:maxPhysicalQuantity 0 unbounded
electingParty nsE:electingParty 0 (1)
<xs:group> nsE:CommodityFixedPhysicalQuantity.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:deliveryQuantity