FileBasedInstruction

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

AttributeValue
Ownerinstructions
Applied Stereotype
Base ClassifierInstruction
Is Abstractfalse
Derived Classifiers

Attributes

NameTypeMult.DescriptionOwning Classifier
fileNameString1

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

FileBasedInstruction
lastModifiedDate0..1

The last modified timestamp of the file.

FileBasedInstruction
dataFormatString0..1

The dataFormat specifies the format of the FileReference. The dataFormat has to be a valid "Internet Media Type" (see https://www.iana.org/assignments/media-types/media-types.xhtml).

FileBasedInstruction
Previous