<xsd:complexType name="ElectricityDeliveryPeriods">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Delivery Periods for a physically settled electricity trade.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CommodityDeliveryPeriods">
<xsd:sequence>
<xsd:element name="settlementPeriods" type="SettlementPeriods" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The periods within the Delivery Periods during which the electricity will be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|