VecContent

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

The VecContent is the XML-Root node for any VEC-Document.

General Information

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

Attributes

Name Type Mult. Description Owning Classifier
vecVersion VecVersion 1

Specifies the version of the VEC used for the file.

VecContent
generatingSystemName String 0..1

Specifies the name of the system that has generated the VEC-file.

VecContent
dateOfCreation Date 0..1

Specifies the date of creation of the VEC-file.

VecContent
generatingSystemVersion String 0..1

Specifies the version of the system that has generated the VEC-file.

VecContent

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
copyrightInformation CopyrightInformation 0..* Y Y N 1 Specifies the CopyrightInformation used in the VEC-file.
itemHistoryEntry ItemHistoryEntry 0..* Y Y N 1 Specifies the ItemVersionHistoryEntries for ItemVersions contained in the VEC-file.
contract Contract 0..* Y Y N 1 Specifies the contracts used in the VEC-file.
partVersion PartVersion 0..* Y Y N 1 Specifies the PartVersions contained in the VEC-file.
unit Unit 0..* Y Y N 1 Specifies the Units used in the VEC-file.
documentVersion DocumentVersion 0..* Y Y N 1 Specifies the DocumentVersions contained in the VEC-file.
project Project 0..* Y Y N 1 Specifies the Projects used in the VEC-file.
standardCopyrightInformation CopyrightInformation 0..1 N Y N 0..*

References the CopyrightInformation that is in effect for the complete content of this VecContent. It is applied to all ItemVersions that do not references their own individual CopyrightInformation.

Previous