Definition Type: ComplexType
Name: GasPhysicalQuantity
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA: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_xsd Drilldown into maxPhysicalQuantity in schema fpml-com-5-10_xsd Drilldown into minPhysicalQuantity in schema fpml-com-5-10_xsd Drilldown into totalPhysicalQuantity in schema fpml-com-5-10_xsd Drilldown into physicalQuantitySchedule in schema fpml-com-5-10_xsd Drilldown into physicalQuantity in schema fpml-com-5-10_xsd Drilldown into CommodityFixedPhysicalQuantity.model in schema fpml-com-5-10_xsd Drilldown into id in schema fpml-com-5-10_xsd Drilldown into CommodityPhysicalQuantityBase in schema fpml-com-5-10_xsdXSD Diagram of GasPhysicalQuantity in schema fpml-com-5-10_xsd (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>
                <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" 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" 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 nsA:physicalQuantity (1) (1)
physicalQuantitySchedule nsA:physicalQuantitySchedule (1) (1)
totalPhysicalQuantity nsA:totalPhysicalQuantity 0 (1)
minPhysicalQuantity nsA:minPhysicalQuantity (1) unbounded
maxPhysicalQuantity nsA:maxPhysicalQuantity (1) unbounded
electingParty nsA:electingParty 0 (1)
<xs:group> nsA:CommodityFixedPhysicalQuantity.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:deliveryQuantity