<xsd:complexType name="CommoditySettlementPeriodsNotionalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The notional quantity of electricity that applies to one or more groups of Settlement Periods.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CommodityNotionalQuantity">
<xsd:sequence>
<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 Notional Quantity applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|