DiagramStyle
The diagram style refers to a style used by the originating system for a diagram. A diagram style describes information such as schematic, geographic, etc.
URI: cim:DiagramStyle
Type: Class
classDiagram
class DiagramStyle
click DiagramStyle href "../DiagramStyle"
IdentifiedObject <|-- DiagramStyle
click IdentifiedObject href "../IdentifiedObject"
DiagramStyle : IdentifiedObject.description
DiagramStyle : DiagramStyle.Diagram
DiagramStyle --> Diagram : DiagramStyle.Diagram
click Diagram href "../Diagram"
DiagramStyle : IdentifiedObject.DiagramObjects
DiagramStyle --> DiagramObject : IdentifiedObject.DiagramObjects
click DiagramObject href "../DiagramObject"
DiagramStyle : IdentifiedObject.mRID
DiagramStyle : IdentifiedObject.name
Inheritance
- IdentifiedObject
- DiagramStyle
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| Diagram | cim:DiagramStyle.Diagram | * Diagram |
A DiagramStyle can be used by many Diagrams | direct |
| DiagramObjects | cim:IdentifiedObject.DiagramObjects | * DiagramObject |
The diagram objects that are associated with the domain 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 |
| description | cim:IdentifiedObject.description | 0..1 string |
The description is a free human readable text describing or naming the object | IdentifiedObject |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Diagram | DiagramStyle | range | DiagramStyle |
Identifier and Mapping Information
Schema Source
- from schema: http://iec.ch/TC57/ns/CIM/DiagramLayout-EU#Package_DiagramLayoutProfile
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:DiagramStyle |
| native | this:DiagramStyle |