ItemHistoryEntry

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

An ItemHistroyEntry defines the direct relationship between ItemVersions in the terms of predecessor and successor. There are two possible types of relationships between ItemVersions, derivation and sequence. Derivation means for example for parts, that the successor version is a new part developed on the base of the predecessor version. Sequence means the successor version is an improvement of the predecessor version. By the combination of more than one ItemHistoryEntry a linear sequence of ItemVersions can be represented.

General Information

Attribute Value
Owner pdm
Applied Stereotype
Base Classifier ExtendableElement
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
type HistoryEntryType 1

Specifies the type of relationship between the ItemVersions.

ItemHistoryEntry

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
successorVersion ItemVersion 1 N Y N 0..* References the ItemVersion that is the successor in the ItemHistoryEntry.
predecessorVersion ItemVersion 1 N Y N 0..* References the ItemVersion that is the predecessor in the ItemHistoryEntry.

Incoming Relations

This End Other End General
Role Mult. Agg. Unique Ordered Type Mult. Description
itemHistoryEntry 0..* Y Y N VecContent 1 Specifies the ItemVersionHistoryEntries for ItemVersions contained in the VEC-file.
Previous