<xsd:complexType name="SettlementPeriods">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies a set of Settlement Periods 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" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The length of each Settlement Period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="applicableDay" type="DayOfWeekExtEnum" minOccurs="0" maxOccurs="7">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Applicable Day with respect to a range of Settlement Periods. This element can only be omitted if includesHolidays is present, in which case this range of Settlement Periods will apply to days that are holidays only.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="startTime" type="OffsetPrevailingTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the hour-ending Start Time with respect to a range of Settlement Periods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="endTime" type="OffsetPrevailingTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the hour-ending End Time with respect to a range of Settlement Periods. If neither startTime nor endTime contain an offset element and endTime is earlier than startTime, this indicates that the time period "wraps around" midnight. For example, if startTime is 23:00 and endTime is 01:00 then Settlement Periods apply from 22:00 to 23:00 and 23:00 to 00:00 and 00:00 to 01:00 on each included day.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="timeDuration" type="xsd:time" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the duration of the time window during which settlement/delivery occurs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="excludeHolidays" type="CommodityBusinessCalendar">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates that days that are holidays according to the referenced commodity business calendar should be excluded from this range of Settlement Periods, even if such day is an applicable day.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="includeHolidays" type="CommodityBusinessCalendar">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates that days that are holidays according to the referenced commodity business calendar should be included in this range of Settlement Periods, even if such day is not an applicable day.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|