Skip to content

BoundaryPoint

Designates a connection point at which one or more model authority sets shall connect to. The location of the connection point as well as other properties are agreed between organisations responsible for the interconnection, hence all attributes of the class represent this agreement. It is primarily used in a boundary model authority set which can contain one or many BoundaryPoint-s among other Equipment-s and their connections.

URI: eu:BoundaryPoint
Type: Class

%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
    class BoundaryPoint
    click BoundaryPoint href "/Models/Profiles/CoreEquipment/ConcreteClasses/BoundaryPoint/"
    style BoundaryPoint fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        PowerSystemResource <|-- BoundaryPoint : inherits
            click PowerSystemResource href "/Models/Profiles/CoreEquipment/AbstractClasses/PowerSystemResource/"
            style PowerSystemResource fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        IdentifiedObject <|-- PowerSystemResource : inherits
            click IdentifiedObject href "/Models/Profiles/CoreEquipment/AbstractClasses/IdentifiedObject/"
            style IdentifiedObject fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        BoundaryPoint --> ConnectivityNode : BoundaryPoint.ConnectivityNode

        ConnectivityNode
            click ConnectivityNode href "/Models/Profiles/CoreEquipment/AbstractClasses/ConnectivityNode/"
            style ConnectivityNode fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white

        ConnectivityNode --> BoundaryPoint : ConnectivityNode.BoundaryPoint

        ConnectivityNode
            click ConnectivityNode href "/Models/Profiles/CoreEquipment/AbstractClasses/ConnectivityNode/"
            style ConnectivityNode fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white


        BoundaryPoint : BoundaryPoint.fromEndIsoCode
        BoundaryPoint : BoundaryPoint.fromEndName
        BoundaryPoint : BoundaryPoint.fromEndNameTso
        BoundaryPoint : BoundaryPoint.toEndIsoCode
        BoundaryPoint : BoundaryPoint.toEndName
        BoundaryPoint : BoundaryPoint.toEndNameTso
        BoundaryPoint : BoundaryPoint.isDirectCurrent
        BoundaryPoint : BoundaryPoint.isExcludedFromAreaInterchange
        BoundaryPoint : BoundaryPoint.ConnectivityNode
        IdentifiedObject : IdentifiedObject.description
        IdentifiedObject : IdentifiedObject.energyIdentCodeEic
        IdentifiedObject : IdentifiedObject.mRID
        IdentifiedObject : IdentifiedObject.name
        IdentifiedObject : IdentifiedObject.shortName

Inheritance

Attributes

Name URI Cardinality and Range Description Inheritance
fromEndIsoCode eu:BoundaryPoint.fromEndIsoCode No cardinality available string The ISO code of the region which the "From" side of the Boundary point belongs to or it is connected to.
The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum. direct
fromEndName eu:BoundaryPoint.fromEndName No cardinality available string A human readable name with length of the string 64 characters maximum. It covers the following two cases:
-if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the "From" side of the tie-line is connected to.
-if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "From" side of the Boundary point is connected to. direct
fromEndNameTso eu:BoundaryPoint.fromEndNameTso No cardinality available string Identifies the name of the transmission system operator, distribution system operator or other entity at which the "From" side of the interconnection is connected to. The length of the string is 64 characters maximum. direct
toEndIsoCode eu:BoundaryPoint.toEndIsoCode No cardinality available string The ISO code of the region which the "To" side of the Boundary point belongs to or is connected to.
The ISO code is a two-character country code as defined by ISO 3166 (http://www.iso.org/iso/country_codes). The length of the string is 2 characters maximum. direct
toEndName eu:BoundaryPoint.toEndName No cardinality available string A human readable name with length of the string 64 characters maximum. It covers the following two cases:
-if the Boundary point is placed on a tie-line, it is the name (IdentifiedObject.name) of the substation at which the "To" side of the tie-line is connected to.
-if the Boundary point is placed in a substation, it is the name (IdentifiedObject.name) of the element (e.g. PowerTransformer, ACLineSegment, Switch, etc.) at which the "To" side of the Boundary point is connected to. direct
toEndNameTso eu:BoundaryPoint.toEndNameTso No cardinality available string Identifies the name of the transmission system operator, distribution system operator or other entity at which the "To" side of the interconnection is connected to. The length of the string is 64 characters maximum. direct
isDirectCurrent eu:BoundaryPoint.isDirectCurrent No cardinality available boolean If true, this boundary point is a point of common coupling (PCC) of a direct current (DC) interconnection, otherwise the interconnection is AC (default). direct
isExcludedFromAreaInterchange eu:BoundaryPoint.isExcludedFromAreaInterchange No cardinality available boolean If true, this boundary point is on the interconnection that is excluded from control area interchange calculation and consequently has no related tie flows. Otherwise, the interconnection is included in control area interchange and a TieFlow is required at all sides of the boundary point (default). direct
ConnectivityNode eu:BoundaryPoint.ConnectivityNode No cardinality available ConnectivityNode The connectivity node that is designated as a boundary point. direct
description cim:IdentifiedObject.description No cardinality available string 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. IdentifiedObject
energyIdentCodeEic eu:IdentifiedObject.energyIdentCodeEic No cardinality available string 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. IdentifiedObject
mRID cim:IdentifiedObject.mRID No cardinality available string 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. IdentifiedObject
name cim:IdentifiedObject.name No cardinality available string The name is any free human readable and possibly non unique text naming the object. IdentifiedObject
shortName eu:IdentifiedObject.shortName No cardinality available string The attribute is used for an exchange of a human readable short name with length of the string 12 characters maximum. IdentifiedObject

Schema Source

Responsive Footer