<xsd:complexType name="SettlementPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies a Settlement Period associated with an Electricity Transaction for delivery on an Applicable Day or for a series of Applicable Days.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="duration" type="SettlementPeriodDurationEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Duration with respect to a Settlement Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="applicableDay" type="WeeklyRollConventionEnum" maxOccurs="7">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Applicable Day with respect to a Settlement Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="includesHolidays" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">If this delivery schedule remains good even if the day(s) it relates to fall on a holiday, this element should be set to 'true'. On the other hand, if the delivery schedule is not valid for holidays, this element should be set to 'false'.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="startTime" type="CommodityBusinessCalendarTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Start Time with respect to a Settlement Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endTime" type="CommodityBusinessCalendarTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the End Time with respect to a Settlement Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|