ConnectionGroup

Note: There is a newer version of this specification see VEC 2.1.0

A ConnectionGroup references two or more Connections expressing that the physical realization of the referenced Connection shall be somehow grouped e.g. twisted. For complex structures a ConnectionGroup can specify subgroups.

General Information

Attribute Value
Owner schematic
Applied Stereotype
Base Classifier ConfigurableElement
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
identification String 0..1

Specifies a unique identification of the ConnectionGroup. The identification is guaranteed to be unique within the ConnectionSpecification.

ConnectionGroup
connectionGroupType ConnectionGroupType 1

Specifies the type of the connectionGroup, valid literals are defined in the open enumeration ConnectionGroupType.

ConnectionGroup
installationInstruction Instruction 0..*

Specifies additional InstallationInstructions for the ConnectionGroup.

ConnectionGroup
description AbstractLocalizedString 0..*

Room for additional, human readable information about the ConnectionGroup.

ConnectionGroup

Outgoing Relations

Type Role Mult. Mult. Description
ConnectionGroup subGroup 0..* 0..1 Specifies the ConnectionGroups that are a subgroup of this ConnectionGroup.
Connection connection 2..* 0..* References the Connections that are grouped by the ConnectionGroup.

Incoming Relations

Type Mult. Role Mult. Description
WireGrouping connectionGroup 0..1

References the ConnectionGroup that is realized by this WireGrouping.

ConnectionSpecification 0..1 connectionGroup 0..* Specifies the ConnectionGroup defined by the ConnectionSpecification.
WireElementReference connectionGroup 0..1

References the ConnectionGroup that is realized by this WireElementReference. This applies normally to WireElementReference that have subWireElements.

ConnectionGroup 0..1 subGroup 0..* Specifies the ConnectionGroups that are a subgroup of this ConnectionGroup.
Previous