ExternalMappingSpecification

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

An ExternalMappingSpecification is used to define a mapping between an external data source (represented by the referenced mappedDocument) and the content of a VEC file.

General Information

Attribute Value
Owner external_mapping
Applied Stereotype
Base Classifier Specification
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
identification String 1

Specifies a unique identification of the specification. The identification is guaranteed to be unique within the document containing the specification. For all VEC-documents a Specification-instance can be trusted to be identical if the DocumentVersion-instance is the same (see DocumentVersion) and the identification of the Specification is the same.

Specification
description AbstractLocalizedString 0..*

Specifies additional, human readable information about the specification.

Specification

Outgoing Relations

Other End This End General
Role Type Mult. Agg. Unique Ordered Mult. Description
mappedDocument DocumentVersion 1 N Y N 0..*

Reference to the DocumentVersion that represents the external data source that connected to the VEC content by the ExternalMappingSpecification.

mappings ExternalMapping 0..* Y Y N 1

Specifies the mappings of individual element.

Previous