Instruction_classification

The Instruction_classification of an instruction defines how Instruction_type and Instruction_value of a Processing_instruction or a Installation_instruction shall be interpreted. The interpretations and constraints are defined per literal.

General Information

Attribute Value
Owner 6_Foundation
Applied Stereotype ClosedEnumeration

Enumeration Literals

Name Description
custom property

The instruction shall be interpreted as custom property of the containing object. A custom property is a key / value pair. The Instruction_type is the key (name of the custom property), the Instruction_value is the value of the custom property.

text

The instruction shall be interpreted as human readable text (e.g. a manufacturing / handling instruction). The Instruction_value contains the text, the Instruction_type is irrelevant ("/NULL").

external reference

The instruction shall be interpreted as instruction in an external document (analogue to ’text’, e.g. a manufacturing / handling instruction). Instruction_type & Instruction_value are irrelevant (’/NULL’). The External_reference association must be set.

file

The instruction shall be interpreted as instruction in an external file (analogue to ’text’, e.g. a manufacturing / handling instruction). Instruction_type is irrelevant (’/NULL’). The instruction_value defines a file path relative to the KBL file that is containing the instruction (e.g. a SVG).

Previous