Class Description

One of a sequence of time intervals defined in terms of real time. It is typically used in association with TariffProfile to define the intervals in a time of use tariff structure, where startDateTime simultaneously determines the starting point of this interval and the ending point of the previous interval.

Attributes

Name Type Description
sequenceNumber Integer A sequential reference that defines the identity of this interval and its relative position with respect to other intervals in a sequence of intervals.
startTime Time A real time marker that defines the starting time (typically it is the time of day) for this interval. The interval extends to the start of the next interval or until it is reset to the start of the first interval by TariffProfile.tariffCycle.

Relationships

Inherits from

  • None

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
False False

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
ConsumptionTariffInterval 0..* TimeTariffInterval 0..* ConsumptionTariffIntervals All consumption tariff intervals that introduce variation in this time of use tariff interval; allows to express e.g., peak hour prices that are different with different consumption blocks. TouTariffIntervals All time of use tariff intervals influenced by this consumption tariff interval.
TariffProfile 0..* TimeTariffInterval 0..* TariffProfiles All tariff profiles defined by this time tariff interval. TimeTariffIntervals All time tariff intervals used to define this tariff profile.
TimeTariffInterval 0..* Charge 0..* TimeTariffIntervals Tariff intervals to which this time-based charge has to be levied. Charges All charges used to define this time tariff interval.