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> OffsetBusinessCenterTime </startTime> [1]

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

<endTime> OffsetBusinessCenterTime </endTime> [1]

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

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=" OffsetBusinessCenterTime "/>
<xsd:element name="endTime" type=" OffsetBusinessCenterTime "/>
<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>