XML Schema Documentation

Complex Type: ElectricityPhysicalQuantity

[Table of contents]

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

'The Quantity per Delivery Period.'

<physicalQuantitySchedule> ElectricityPhysicalDeliveryQuantitySchedule </physicalQuantitySchedule> [1..*]

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

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

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

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityPhysicalQuantity">
<xsd:complexContent>
<xsd:extension base=" CommodityPhysicalQuantityBase ">
<xsd:sequence>
<xsd:choice>
<xsd:element name="physicalQuantity" type=" ElectricityPhysicalDeliveryQuantity " maxOccurs="unbounded"/>
<xsd:element name="physicalQuantitySchedule" type=" ElectricityPhysicalDeliveryQuantitySchedule " maxOccurs="unbounded"/>
</xsd:choice>
<xsd:element name="totalPhysicalQuantity" type=" UnitQuantity " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>