XML Schema Documentation

Complex Type: GasPhysicalQuantity

[Table of contents]

Super-types: CommodityPhysicalQuantityBase < GasPhysicalQuantity (by extension)
Sub-types: None
Name GasPhysicalQuantity
Used by (from the same schema document) Complex Type GasPhysicalLeg
Abstract no
Documentation The quantity of gas to be delivered.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
Start Choice [1]
Start Choice [1]
<physicalQuantity> CommodityNotionalQuantity </physicalQuantity> [1]

'The Quantity per Delivery Period.'

<physicalQuantitySchedule> CommodityPhysicalQuantitySchedule </physicalQuantitySchedule> [1]

'Allows the documentation of a shaped quantity trade where the quantity changes over the life of the transaction.'

End Choice
<totalPhysicalQuantity> UnitQuantity </totalPhysicalQuantity> [0..1]

'The Total Quantity of the commodity to be delivered.'

<minPhysicalQuantity> CommodityNotionalQuantity </minPhysicalQuantity> [1..*]

'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.'

<maxPhysicalQuantity> CommodityNotionalQuantity </maxPhysicalQuantity> [1..*]

'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.'

<electingParty> PartyReference </electingParty> [0..1]

'Indicates the party able to choose whether the gas is delivered for a particular period e.g. a swing or interruptible contract.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="GasPhysicalQuantity">
<xsd:complexContent>
<xsd:extension base=" CommodityPhysicalQuantityBase ">
<xsd:choice>
<xsd:sequence>
<xsd:element name="minPhysicalQuantity" type=" CommodityNotionalQuantity " maxOccurs="unbounded"/>
<xsd:element name="maxPhysicalQuantity" type=" CommodityNotionalQuantity " maxOccurs="unbounded"/>
<xsd:element name="electingParty" type=" PartyReference " minOccurs="0"/>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>