Connectivity nodes are points where terminals of conducting equipment are connected together with zero impedance.
|
TopologicalNode |
0..1 |
|
|---|
The Name class provides the means to define any number of human readable names for an object. A name is not to be used for defining inter-object relationships. For inter-object relationships instead use the object identification 'mRID'.
-
When associated NameType.name = "energyIdentCodeEIC", Name.name is used to hold the EIC code (formerly generated by ETSO; now it is under ENTSO-E authority). In this case, the Name.name is optional in the profile to support specifying this only where appropriate
-
When associated NameType.name = "description", Name.name is used to hold the description of the class. In this case, it is a free text 256 characters (example: new configuration long term only). By agreement the first 8 characters of 256 available characters contain the Node code string as defined by UCTE DEF (version 2: 2007.05.01). This is valid some of the ENTSO-E Regional Groups which used UCTE DEF.
|
name |
0..1 |
|
||
|---|---|---|---|---|
|
NameType |
1..1 |
|
||
|
IdentifiedObject |
1..1 |
|
An electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called "connectivity nodes".
|
connected |
0..1 |
|
||
|---|---|---|---|---|
|
TopologicalNode |
1..1 |
|
For a detailed substation model a TopologicalNode is a set of connectivity nodes that, in the current network state, are connected together through any type of closed switches, including jumpers. Topological nodes changes as the current network state changes (i.e., switches, breakers, etc. change state).
For a planning model switch statuses are not used to form TopologicalNodes. Instead they are manually created or deleted in a model builder tool. TopologialNodes maintained this way are also called "busses".
-
Naming convention : TopologicalNode must be under a VoltageLevel
-
The attribute name is a node code or a node number which must be unique within the substation or voltage level (2 characters max)
|
BaseVoltage |
1..1 |
|
|
|---|---|---|---|
|
ConnectivityNodeContainer |
1..1 |
|
|
name |
1..1 |
see IdentifiedObject |
|---|
Defines a system base voltage which is referenced.
-
BaseVoltage is an abstract class. It is used here to generate the TopologicalNode.BaseVoltage association that is a pointer to BaseVoltage concrete class in the Equipment Profile
A base class for all objects that may contain ConnectivityNodes or TopologicalNodes.
-
ConnectivityodeContainer is an abstract class. It is used here to generate the TopologicalNode.ConnectivityNodeContainer association that is a pointer to ConnectivityNodeContainer concrete subclasses in the Equipment Profile
Profile version details
-
EntsoeTopologyProfileVersion is an abstract class that is not exchanged. It holds all information on Topology profile version
|
baseURI |
1..1 |
DefaultValue=http://iec.ch/TC57/61970-456/Topology/2 |
|
|
|---|---|---|---|---|
|
date |
1..1 |
FixedValue=2011-07-16 |
|
|
|
URI |
1..1 |
FixedValue=http://www.entsoe.eu/profile/Topology/Edition2_v19 |
|
|
|
version |
1..1 |
FixedValue=Entsoe_Topology_Edition2_v19 |
|
This is a root class to provide common identification for all classes needing identification and naming attributes
-
IdentifiedObject.name for topology is a two characters string
-
The attribute “name” inherited by many classes from the abstract class IdentifiedObject is not required to be unique. Software developers should not count on this to link the power system model.
|
name |
1..1 |
|
|---|
This is the IEC 61970 CIM version number assigned to this UML model file.
-
IEC61970Version is an abstract class that is not exchanged. It holds all information on the CIMVersion the topology profile version is based on
-
The CIM base URI is "http://iec.ch/TC57/2010/CIM-schema-cim15#"
|
date |
0..1 |
FixedValue=2011-07-07 |
|
|
|---|---|---|---|---|
|
version |
0..1 |
FixedValue=IEC61970CIM15v31 |
|
Type of name. Possible values for attribute 'name' are implementation dependent but standard profiles may specify types. An enterprise may have multiple IT systems each having its own local name for the same object, e.g. a planning system may have different names from an EMS. An object may also have different names within the same IT system, e.g. localName and aliasName as defined in CIM version 14. Their definitions from CIM14 are
The localName is a human readable name of the object. It is only used with objects organized in a naming hierarchy. localName: A free text name local to a node in a naming hierarchy similar to a file directory structure. A power system related naming hierarchy may be: Substation, VoltageLevel, Equipment etc. Children of the same parent in such a hierarchy have names that typically are unique among them.
aliasName: A free text alternate name typically used in tabular reports where the column width is limited.
-
NameType.name could have two values "description" or "energyIdentCodeEIC". This gives the meaning of associated Name.name