Skip to content

Commit

Permalink
Add a textual description to Involvement (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed Apr 16, 2024
1 parent 019e4dc commit cb5a24e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@

!startsub Involvement
class "Involvement" #ffffff {
description : Multilingual_String
}
!endsub

Expand Down
6 changes: 6 additions & 0 deletions entities/Involvement.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Involvements may form a hierarchic structure which may in part reflect a hierarc
## Specialization of
[Activity](../entities/Activity.md)

## Attributes

Those of [Activity](../entities/Activity.md).

description : [Multilingual String](../datatypes/Multilingual_String.md)

## Relationships
<a name="rel__in">An Involvement specifies that the Agent is *[involved in](../entities/Group_or_Organisation_Unit.md#user-content-rel__has-involvement)* a [Group or Organisation Unit](../entities/Group_or_Organisation_Unit.md).</a>

Expand Down

0 comments on commit cb5a24e

Please sign in to comment.