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

AttributeValue
Ownerpdm
Applied Stereotypeconstant
Base ClassifierExtendableElement
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
typeHistoryEntryType1

Specifies the type of relationship between the ItemVersions.

ItemHistoryEntry

Outgoing Relations

TypeRoleMult.Mult.Description
ItemVersionsuccessorVersion10..*References the ItemVersion that is the successor in the ItemHistoryEntry.
ItemVersionpredecessorVersion10..*References the ItemVersion that is the predecessor in the ItemHistoryEntry.

Incoming Relations

TypeMult.RoleMult.Description
VecContent1itemHistoryEntry0..*Specifies the ItemVersionHistoryEntries for ItemVersions contained in the VEC-file.
Previous