You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dsl/71-language.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,6 @@ Permitted children:
76
76
-[element](#element)
77
77
-[-> (relationship)](#relationship)
78
78
79
-
## enterprise
80
-
81
-
__This concept has been removed in v2.0 - please use [group](#group) instead.__
82
-
83
79
## group
84
80
85
81
The `group` keyword provides a way to define a named grouping of elements, which will be rendered as a boundary around those elements.
@@ -99,7 +95,7 @@ Groups can only be used to group elements of the same type (i.e. the same level
99
95
| Software System | Containers |
100
96
| Container | Components |
101
97
102
-
The `group` keyword can also be used to set the group name of a component (available from v4.0.0):
98
+
The `group` keyword can also be used to set the group name of a component:
103
99
104
100
```
105
101
component "Component Name" {
@@ -216,7 +212,7 @@ Permitted children:
216
212
-[url](#url)
217
213
-[properties](#properties)
218
214
-[perspectives](#perspectives)
219
-
-[group](#group) (available from v4.0.0)
215
+
-[group](#group)
220
216
-[-> (relationship)](#relationship)
221
217
222
218
## deploymentEnvironment
@@ -953,7 +949,7 @@ The wildcard identifier (`*`) operates differently depending upon the type of di
953
949
- Dynamic view: (not applicable)
954
950
- Deployment view: Include all deployment nodes, infrastructure nodes, and container instances defined within the deployment environment and (optional) software system in scope.
955
951
956
-
The wildcard identifier can also be made reluctant (`*?`) for system context, container, and component diagrams: (available from v4.0.0)
952
+
The wildcard identifier can also be made reluctant (`*?`) for system context, container, and component diagrams:
957
953
958
954
- System Context view: As above, but only adds relationships to/from the scoped software system.
959
955
- Container view: As above, but only adds relationships to/from the containers in the scoped software system.
0 commit comments