TapSchedule
A pre-established pattern over time for a tap step.
URI: cim:TapSchedule
Type: Class
Inheritance
Attributes
| Name | URI | Cardinality and Range | Inheritance | Description |
|---|---|---|---|---|
| TapChanger | cim:TapSchedule.TapChanger | 1..1 TapChanger | direct | A TapSchedule is associated with a TapChanger. |
| DayType | cim:SeasonDayTypeSchedule.DayType | 1..1 DayType | SeasonDayTypeSchedule | DayType for the Schedule. |
| Season | cim:SeasonDayTypeSchedule.Season | 1..1 Season | SeasonDayTypeSchedule | Season for the Schedule. |
| endTime | cim:RegularIntervalSchedule.endTime | 1..1 datetime | RegularIntervalSchedule | The time for the last time point. The value can be a time of day, not a specific date. |
| timeStep | cim:RegularIntervalSchedule.timeStep | 1..1 Seconds | RegularIntervalSchedule | The time between each pair of subsequent regular time points in sequence order. |
| startTime | cim:BasicIntervalSchedule.startTime | 1..1 datetime | BasicIntervalSchedule | The time for the first time point. The value can be a time of day, not a specific date. |
| mRID | cim:IdentifiedObject.mRID | 1..1 string | IdentifiedObject | Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended.For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. |
| description | cim:IdentifiedObject.description | 0..1 string | IdentifiedObject | The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy. |
| energyIdentCodeEic | eu:IdentifiedObject.energyIdentCodeEic | 0..1 string | IdentifiedObject | The attribute is used for an exchange of the EIC code (Energy identification Code). The length of the string is 16 characters as defined by the EIC code. For details on EIC scheme please refer to ENTSO-E web site. |
| name | cim:IdentifiedObject.name | 1..1 string | IdentifiedObject | The name is any free human readable and possibly non unique text naming the object. |
| shortName | eu:IdentifiedObject.shortName | 0..1 string | IdentifiedObject | The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. |
Format Examples
{
"@context": {"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "linkml": "https://w3id.org/linkml/", "sh": "http://www.w3.org/ns/shacl#", "skos": "http://www.w3.org/2004/02/skos/core#", "dc": "http://purl.org/dc/elements/1.1/", "profcim": "http://iec.ch/TC57/ns/CIM/prof-cim#", "owl": "http://www.w3.org/2002/07/owl#", "cim": "http://iec.ch/TC57/CIM100#", "this": "http://ucaiug.org/ns/CGMES/CoreEquipment-EU/3.0#", "cims": "http://iec.ch/TC57/1999/rdf-schema-extensions-19990926#", "dct": "http://purl.org/dc/terms/", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "dcat": "http://www.w3.org/ns/dcat#", "eu": "http://iec.ch/TC57/CIM100-European#"},
"@id": "urn:uuid:<uuid>",
"@type": "cim:TapSchedule",
"cim:TapSchedule.TapChanger": { "@id": "urn:uuid:<uuid of TapChanger>" },
"cim:SeasonDayTypeSchedule.DayType": { "@id": "urn:uuid:<uuid of DayType>" },
"cim:SeasonDayTypeSchedule.Season": { "@id": "urn:uuid:<uuid of Season>" },
"cim:RegularIntervalSchedule.endTime": "datetime",
"cim:RegularIntervalSchedule.timeStep": "float",
"cim:BasicIntervalSchedule.startTime": "datetime",
"cim:IdentifiedObject.mRID": "string",
"cim:IdentifiedObject.description": "string",
"eu:IdentifiedObject.energyIdentCodeEic": "string",
"cim:IdentifiedObject.name": "string",
"eu:IdentifiedObject.shortName": "string"
}
<cim:TapSchedule rdf:ID="_<uuid>">
<cim:TapSchedule.TapChanger rdf:resource="#_<uuid of TapChanger>" />
<cim:SeasonDayTypeSchedule.DayType rdf:resource="#_<uuid of DayType>" />
<cim:SeasonDayTypeSchedule.Season rdf:resource="#_<uuid of Season>" />
<cim:RegularIntervalSchedule.endTime>datetime</cim:RegularIntervalSchedule.endTime>
<cim:RegularIntervalSchedule.timeStep>float</cim:RegularIntervalSchedule.timeStep>
<cim:BasicIntervalSchedule.startTime>datetime</cim:BasicIntervalSchedule.startTime>
<cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
<cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
<eu:IdentifiedObject.energyIdentCodeEic>string</eu:IdentifiedObject.energyIdentCodeEic>
<cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
<eu:IdentifiedObject.shortName>string</eu:IdentifiedObject.shortName>
</cim:TapSchedule>
{
"TapChanger": "<TapChanger>",
"DayType": "<DayType>",
"Season": "<Season>",
"endTime": "datetime",
"timeStep": "float",
"startTime": "datetime",
"mRID": "string",
"description": "string",
"energyIdentCodeEic": "string",
"name": "string",
"shortName": "string"
}
<urn:uuid:<graph-id>> {
<urn:uuid:<uuid>>
a cim:TapSchedule ;
cim:TapSchedule.TapChanger <urn:uuid:<uuid of TapChanger>> ;
cim:SeasonDayTypeSchedule.DayType <urn:uuid:<uuid of DayType>> ;
cim:SeasonDayTypeSchedule.Season <urn:uuid:<uuid of Season>> ;
cim:RegularIntervalSchedule.endTime "datetime" ;
cim:RegularIntervalSchedule.timeStep "float" ;
cim:BasicIntervalSchedule.startTime "datetime" ;
cim:IdentifiedObject.mRID "string" ;
cim:IdentifiedObject.description "string" ;
eu:IdentifiedObject.energyIdentCodeEic "string" ;
cim:IdentifiedObject.name "string" ;
eu:IdentifiedObject.shortName "string" .
}
Schema Source
- from schema: http://ucaiug.org/ns/CGMES/CoreEquipment-EU/3.0