XML Schema Documentation

Complex Type: CommoditySettlementPeriodsPriceSchedule

[Table of contents]

Super-types: None
Sub-types: None
Name CommoditySettlementPeriodsPriceSchedule
Used by (from the same schema document) Complex Type CommodityFixedPriceSchedule
Abstract no
XML Instance Representation
<...>
<settlementPeriodsPriceStep> FixedPrice </settlementPeriodsPriceStep> [1..*]

'For an electricity transaction, the Fixed Price for a given Calculation Period during the life of the trade which applies to the range(s) of Settlement Periods referenced by settlementPeriods Reference. There must be a Fixed Price step specified for each Calculation Period, regardless of whether the Fixed Price changes or remains the same between periods.'

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

'The range(s) of Settlement Periods to which the Fixed Price steps apply.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommoditySettlementPeriodsPriceSchedule">
<xsd:sequence>
<xsd:element name="settlementPeriodsPriceStep" type=" FixedPrice " maxOccurs="unbounded"/>
<xsd:element name="settlementPeriodsReference" type=" SettlementPeriodsReference " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>