Skip to content

ValueAliasSet

Describes the translation of a set of values into a name and is intendend to facilitate custom translations. Each ValueAliasSet has a name, description etc. A specific Measurement may represent a discrete state like Open, Closed, Intermediate etc. This requires a translation from the MeasurementValue.value number to a string, e.g. 0->"Invalid", 1->"Open", 2->"Closed", 3->"Intermediate". Each ValueToAlias member in ValueAliasSet.Value describe a mapping for one particular value to a name.

URI: cim:ValueAliasSet
Type: Class

 classDiagram
    class ValueAliasSet
    click ValueAliasSet href "../ValueAliasSet"
      IdentifiedObject <|-- ValueAliasSet
        click IdentifiedObject href "../IdentifiedObject"

      ValueAliasSet : ValueAliasSet.Commands

          ValueAliasSet --> Command : ValueAliasSet.Commands
          click Command href "../Command"

      ValueAliasSet : IdentifiedObject.description

      ValueAliasSet : ValueAliasSet.Discretes

          ValueAliasSet --> Discrete : ValueAliasSet.Discretes
          click Discrete href "../Discrete"

      ValueAliasSet : IdentifiedObject.mRID

      ValueAliasSet : IdentifiedObject.name

      ValueAliasSet : ValueAliasSet.RaiseLowerCommands

          ValueAliasSet --> RaiseLowerCommand : ValueAliasSet.RaiseLowerCommands
          click RaiseLowerCommand href "../RaiseLowerCommand"

      ValueAliasSet : ValueAliasSet.Values

          ValueAliasSet --> ValueToAlias : ValueAliasSet.Values
          click ValueToAlias href "../ValueToAlias"

Inheritance

Attributes

Name URI Cardinality and Range Description Inheritance
Commands cim:ValueAliasSet.Commands *
Command
The Commands using the set for translation direct
Discretes cim:ValueAliasSet.Discretes *
Discrete
The Measurements using the set for translation direct
RaiseLowerCommands cim:ValueAliasSet.RaiseLowerCommands *
RaiseLowerCommand
The Commands using the set for translation direct
Values cim:ValueAliasSet.Values 1..*
ValueToAlias
The ValueToAlias mappings included in the set direct
description cim:IdentifiedObject.description 0..1
string
The description is a free human readable text describing or naming the object IdentifiedObject
mRID cim:IdentifiedObject.mRID 1
string
Master resource identifier issued by a model authority 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
Command ValueAliasSet range ValueAliasSet
Discrete ValueAliasSet range ValueAliasSet
RaiseLowerCommand ValueAliasSet range ValueAliasSet
ValueToAlias ValueAliasSet range ValueAliasSet

Identifier and Mapping Information

Schema Source

  • from schema: http://iec.ch/TC57/ns/CIM/Operation-EU#Package_OperationProfile

Mappings

Mapping Type Mapped Value
self cim:ValueAliasSet
native this:ValueAliasSet