TopologyZone

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

A TopologyZone divides a topology in different sections / design spaces. A TopologyZone may be subdivided in further TopologyZone. There can be multiple reasons for creating an orthogonal sectioning on a Topology. Therefore, TopologyZones can be overlapping.

General Information

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

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

Specifies a unique identification of the Zone (normally the name). The identification is guaranteed to be unique within the TopologySpecification. For all VEC-documents a Zone-instance can be trusted to be the same if the TopologySpecification-instance is the same (see TopologySpecification) and the identification of the Zone is the same.

TopologyZone
type TopologyZoneType 0..1

The type of the TopologyZone. Valid values are defined in an OpenEnumeration.

TopologyZone
description AbstractLocalizedString 0..*

Specifies additional, human readable information about the zone.

TopologyZone
ambientTemperature TemperatureInformation 0..1

Defines the ambient temperature that can occur in this zone. This can result in specific requirements for the used components.

TopologyZone
requiredRobustnessProperties RobustnessProperties 0..*

Defines the robustness properties that are required in this zone. This can result in specific requirements for the used components (e.g. the ability for sealing).

TopologyZone

Outgoing Relations

Type Role Mult. Mult. Description
TopologyZone subZone 0..* 0..1

Specifies the sub TopologyZones that are part the TopologyZone. All ZoneAssignments defined for subZones are automatically inherited by the parent zone.

ZoneAssignment assignment 0..* The assignments of specific topology elements to this zone.

Incoming Relations

Type Mult. Role Mult. Description
BuildingBlockSpecification3D 0..* 0..1

References the Zone that is building block represents. This shall be a TopologyZone with the type "DmuZone".

TopologyZone 0..1 subZone 0..*

Specifies the sub TopologyZones that are part the TopologyZone. All ZoneAssignments defined for subZones are automatically inherited by the parent zone.

TopologyZoneSpecification 0..1 zone 0..*

Specifies the TopologyZones that are part of the TopologyZoneSpecification.

Previous