XML Schema Documentation

Complex Type: SettlementPeriod

[Table of contents]

Super-types: None
Sub-types: None
Name SettlementPeriod
Used by (from the same schema document) Model Group CommodityProduct.model
Abstract no
Documentation Specifies a Settlement Period associated with an Electricity Transaction for delivery on an Applicable Day or for a series of Applicable Days.
XML Instance Representation
<...>
<duration> SettlementPeriodDurationEnum </duration> [1]

'Specifies the Duration with respect to a Settlement Period.'

<applicableDay> WeeklyRollConventionEnum </applicableDay> [1..7]

'Specifies the Applicable Day with respect to a Settlement Period.'

<includesHolidays> xsd:boolean </includesHolidays> [1]

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

<startTime> CommodityBusinessCalendarTime </startTime> [1]

'Specifies the Start Time with respect to a Settlement Period.'

<endTime> CommodityBusinessCalendarTime </endTime> [1]

'Specifies the End Time with respect to a Settlement Period.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="SettlementPeriod">
<xsd:sequence>
<xsd:element name="duration" type=" SettlementPeriodDurationEnum "/>
<xsd:element name="applicableDay" type=" WeeklyRollConventionEnum " maxOccurs="7"/>
<xsd:element name="includesHolidays" type=" xsd:boolean "/>
<xsd:element name="startTime" type=" CommodityBusinessCalendarTime "/>
<xsd:element name="endTime" type=" CommodityBusinessCalendarTime "/>
</xsd:sequence>
</xsd:complexType>