XML Schema Documentation

Complex Type: SettlementPeriods

[Table of contents]

Super-types: None
Sub-types: None
Name SettlementPeriods
Used by (from the same schema document) Complex Type CommodityPricingDates , Complex Type ElectricityDeliveryPeriods , Complex Type ElectricityPhysicalLeg
Abstract no
Documentation Specifies a set of Settlement Periods associated with an Electricity Transaction for delivery on an Applicable Day or for a series of Applicable Days.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<duration> SettlementPeriodDurationEnum </duration> [1]

'The length of each Settlement Period.'

<applicableDay> DayOfWeekEnum </applicableDay> [0..7]

'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.'

<startTime> OffsetPrevailingTime </startTime> [1]

'Specifies the hour-ending Start Time with respect to a range of Settlement Periods.'

<endTime> OffsetPrevailingTime </endTime> [1]

'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 00:00 to 01:00 and 23:00 to 00:00 on each included day.'

Start Choice [0..1]
<excludeHolidays> CommodityBusinessCalendar </excludeHolidays> [1]

'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.'

<includeHolidays> CommodityBusinessCalendar </includeHolidays> [1]

'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.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="SettlementPeriods">
<xsd:sequence>
<xsd:element name="duration" type=" SettlementPeriodDurationEnum "/>
<xsd:element name="applicableDay" type=" DayOfWeekEnum " minOccurs="0" maxOccurs="7"/>
<xsd:element name="startTime" type=" OffsetPrevailingTime "/>
<xsd:element name="endTime" type=" OffsetPrevailingTime "/>
<xsd:choice minOccurs="0">
<xsd:element name="excludeHolidays" type=" CommodityBusinessCalendar "/>
<xsd:element name="includeHolidays" type=" CommodityBusinessCalendar "/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>