CavitySpecification

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

Specification for the definition of cavities.

General Information

Attribute Value
Owner electrical_parts
Applied Stereotype
Base Classifier Specification
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

Specifies a unique identification of the specification. The identification is guaranteed to be unique within the document containing the specification. Over all VEC-documents a Specification-instance can be trusted to be identical if the DocumentVersion-instance is the same (see DocumentVersion) and the identification of the Specification is the same.

Specification
description AbstractLocalizedString 0..*

Specifies additional, human readable information about the specification.

Specification
angle NumericalValue 0..2

Specifies the angle against two planes of the connector housing a terminal used in this cavity can be buckled.

CavitySpecification
cavityDesign String 0..1

Specifies the structural shape of the cavity, e.g. round, flat, box.

CavitySpecification
cavityDiameter NumericalValue 0..1

Specifies the diameter of the cavity.

CavitySpecification
minWireElementOutsideDiameter NumericalValue 0..1

Specifies the minimum diameter a wire is allowed to have to fit into the cavity. This definition is necessary, since wires that are two small might cause movements and in acceptable torsion forces on terminals.

CavitySpecification
maxWireElementOutsideDiameter NumericalValue 0..1

Specifies the maximum diameter a wire is allowed to have to fit into the cavity.

CavitySpecification
primaryLockingType String 0..1

Specifies if the cavity has a primary locking and of what type it is.

CavitySpecification
sealable Boolean 0..1

Specifies if the cavity is sealable.

CavitySpecification
compatibleTerminalType TerminalType 0..*

Defines a list of terminal types that are compatible to this CavitySpecification.

CavitySpecification

Incoming Relations

Type Mult. Role Mult. Description
CompatibilityStatement 0..* cavitySpecification 0..*

References the CavitySpecifications for which the compatibility statement is stated.

Cavity 0..* cavitySpecification 0..1 References the CavitySpecification that is satisfied by the cavity.
Previous