<xsd:complexType name="CommoditySettlementPeriodsPriceSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">The fixed price schedule for electricity that applies to one or more groups of Settlement Periods.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="settlementPeriodsPriceStep" type="FixedPrice" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settlementPeriodsReference" type="SettlementPeriodsReference" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The range(s) of Settlement Periods to which the Fixed Price steps apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|