Definition Type: ComplexType
Name: GasPhysicalQuantity
Namespace: http://www.fpml.org/2009/FpML-4-6
Type: fpml:CommodityPhysicalQuantityBase
Containing Schema: fpml-com-4-6.xsd
Abstract
Documentation:
The quantity of gas to be delivered.
Collapse XSD Schema Diagram:
Drilldown into electingParty in schema fpml-com-4-6_xsd Drilldown into maxPhysicalQuantity in schema fpml-com-4-6_xsd Drilldown into minPhysicalQuantity in schema fpml-com-4-6_xsd Drilldown into totalPhysicalQuantity in schema fpml-com-4-6_xsd Drilldown into physicalQuantitySchedule in schema fpml-com-4-6_xsd Drilldown into physicalQuantity in schema fpml-com-4-6_xsd Drilldown into CommodityFixedPhysicalQuantity.model in schema fpml-com-4-6_xsd Drilldown into id in schema fpml-com-4-6_xsd Drilldown into CommodityPhysicalQuantityBase in schema fpml-com-4-6_xsdXSD Diagram of GasPhysicalQuantity in schema fpml-com-4-6_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 fpml:physicalQuantity (1) (1)
physicalQuantitySchedule fpml:physicalQuantitySchedule (1) (1)
totalPhysicalQuantity fpml:totalPhysicalQuantity 0 (1)
minPhysicalQuantity fpml:minPhysicalQuantity (1) unbounded
maxPhysicalQuantity fpml:maxPhysicalQuantity (1) unbounded
electingParty fpml:electingParty 0 (1)
<xs:group> fpml:CommodityFixedPhysicalQuantity.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:deliveryQuantity