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 constant
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

Type Role Mult. Mult. Description
ItemVersion successorVersion 1 0..* References the ItemVersion that is the successor in the ItemHistoryEntry.
ItemVersion predecessorVersion 1 0..* References the ItemVersion that is the predecessor in the ItemHistoryEntry.

Incoming Relations

Type Mult. Role Mult. Description
VecContent 1 itemHistoryEntry 0..* Specifies the ItemVersionHistoryEntries for ItemVersions contained in the VEC-file.
Previous