XML Schema Documentation

Complex Type: ElectricityPhysicalDeliveryQuantitySchedule

[Table of contents]

Super-types: CommodityPhysicalQuantitySchedule < ElectricityPhysicalDeliveryQuantitySchedule (by extension)
Sub-types: None
Name ElectricityPhysicalDeliveryQuantitySchedule
Used by (from the same schema document) Complex Type ElectricityPhysicalQuantity
Abstract no
Documentation Allows the documentation of a shaped quantity trade where the quantity changes over the life of the transaction.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<quantityStep> CommodityNotionalQuantity </quantityStep> [1..*]

'The quantity per Calculation Period. There must be a quantity specified for each Calculation Period, regardless of whether the quantity changes or remains the same between periods.'

Start Choice [1]
<deliveryPeriodsReference> CalculationPeriodsReference </deliveryPeriodsReference> [1]

'A pointer style reference to the Delivery Periods defined elsewhere.'

<deliveryPeriodsScheduleReference> CalculationPeriodsScheduleReference </deliveryPeriodsScheduleReference> [1]

'A pointer style reference to the Calculation Periods Schedule defined elsewhere.'

End Choice
<settlementPeriodsReference> SettlementPeriodsReference </settlementPeriodsReference> [1..*]

'A pointer style reference to the range(s) of Settlement Periods to which this quantity applies.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="ElectricityPhysicalDeliveryQuantitySchedule">
<xsd:complexContent>
<xsd:extension base=" CommodityPhysicalQuantitySchedule ">
<xsd:sequence>
<xsd:element name="settlementPeriodsReference" type=" SettlementPeriodsReference " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>