DayType
Group of similar days. For example it could be used to represent weekdays, weekend, or holidays.
URI: cim:DayType
Type: Class
classDiagram
class DayType
click DayType href "../DayType"
IdentifiedObject <|-- DayType
click IdentifiedObject href "../IdentifiedObject"
DayType : IdentifiedObject.description
DayType : IdentifiedObject.mRID
DayType : IdentifiedObject.name
Inheritance
- IdentifiedObject
- DayType
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| mRID | cim:IdentifiedObject.mRID | 0..1 string |
Master resource identifier issued by a model authority | IdentifiedObject |
| description | cim:IdentifiedObject.description | 0..1 string |
The description is a free human readable text describing or naming the object | IdentifiedObject |
| name | cim:IdentifiedObject.name | 1 string |
The name is any free human readable and possibly non unique text naming the o... | IdentifiedObject |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ConformLoadSchedule | DayType | range | DayType |
| NonConformLoadSchedule | DayType | range | DayType |
| RegulationSchedule | DayType | range | DayType |
| SeasonDayTypeSchedule | DayType | range | DayType |
| SwitchSchedule | DayType | range | DayType |
| TapSchedule | DayType | range | DayType |
Comments
-
- The name attribute indicates the days of the week that a given DayType represents.- If the name attribute is All, it represents all seven days of the week.- If the name attribute is Weekday, it represents Monday through Friday.- If the name attribute is Weekend, it represents Saturday and Sunday.- The name attribute is restricted to the following names: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, Weekday, Weekend, All.
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/2013/CPSM-Operation#
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:DayType |
| native | this:DayType |