| View: | Hide Browser | Browser on the left | Browser on the right | Dictionary |
| Report: | General Info | Attributes | Relations | Constraints |
| Attributes | ||||
| Signature | Optionality | Multiplicity | Constant | Documentation |
| 1 | -- | Description of the activity, in the form of an archetyped structure. | ||
| 1 | -- | Point in time at which this action completed. | ||
| Attributes from Associations | ||||
| Signature | Optionality | Multiplicity | Documentation | |
| ism_transition : ISM_TRANSITION | 1 | -- | Details of transition in the Instruction state machine caused by this Action. | |
| instruction_details : INSTRUCTION_DETAILS | 0..1 | -- | Details to of the Instruction that caused this Action to be performed, if there was one. | |
| Constraints | ||
| Name | Expression | |
| Description_valid | inv: description <> Void | |
| Ism_transition_valid | inv: ism_transition <> Void | |
| Time_valid | inv: time <> Void | |