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
| 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 VEC-Package, including the folder structure (fully qualified name) that contains this FileBasedInstruction. The usage of this attribute is only valid, if the original document is distributed along with the VEC-file in a VEC-Package. It must not point to any file location which is not part of the VEC-Package (e.g. a file on a central server file share). The fileName is relative to the VEC-Package root. It MUST NOT contain a drive or device letter, or a leading slash. All slashes MUST be forward slashes ‘/’ (UNIX-style). | 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. The dataFormat has to be a valid "Internet Media Type" (see https://www.iana.org/assignments/media-types/media-types.xhtml). | FileBasedInstruction |