XML Schema Documentation

Complex Type: ElectricityPhysicalQuantity

[Table of contents]

Super-types: None
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
</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityPhysicalQuantity">
<xsd:choice>
<xsd:element name="physicalQuantity" type=" ElectricityPhysicalDeliveryQuantity " maxOccurs="unbounded"/>
<xsd:element name="physicalQuantitySchedule" type=" ElectricityPhysicalDeliveryQuantitySchedule " maxOccurs="unbounded"/>
</xsd:choice>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>