FileBasedInstruction

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

A FileBasedInstruction is an Instruction that references a file packaged (VEC-Package) together with a VEC-file. Such a file can be for example an image.

General Information

Attribute Value
Owner instructions
Applied Stereotype
Base Classifier Instruction
Is Abstract false
Derived Classifiers

Attributes

Name Type Mult. Description Owning Classifier
fileName String 1

The name of the file as it appears in the package, including the folder structure (fully qualified name).

FileBasedInstruction
lastModified Date 0..1

The last modified timestamp of the file.

FileBasedInstruction
dataFormat String 0..1

The dataFormat specifies the format of the FileReference. This could be for example the mime-type of the external file.

FileBasedInstruction
Previous