ItemHistoryEntry
Published on Oct 3, 2022
VEC Version 2.0.1
Last updated on Feb 1, 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
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. |