ItemHistoryEntry
Published on Oct 16, 2015
VEC Version 1.1.2
Last updated on Jan 31, 2023
1 min read
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.
Attribute |
Value |
Owner |
pdm |
Applied Stereotype |
constant
|
Base Classifier |
ExtendableElement
|
Is Abstract |
false |
Derived Classifiers |
|
Attributes
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. |