@@ -88,11 +88,7 @@ For example:
8888 
8989* To define a `Business Service` element,
9090 ```plantuml
91- Business_Service(BService, "Business Service", true) {
92- Application_Service("AppService01", "App Service 01")
93- Application_Service("AppService02", "App Service 02")
94- Application_Service("AppService03", "App Service 03")
95- }
91+ Business_Service(BService, "Business Service")
9692 ```
9793 Output:
9894 
@@ -142,15 +138,15 @@ For example:
142138### ArchiMate Groups
143139Groups in ArchiMate are denoted using one of the following 3 possible ways:
144140```plantuml
145- Group(nameOfTheGroup, "Group Description "){
141+ Group(nameOfTheGroup, "Group"){
146142 //Define the ArchiMate Elements
147143}
148144
149- Grouping(nameOfTheGroup, "Group Description "){
145+ Grouping(nameOfTheGroup, "Grouping "){
150146 //Define the ArchiMate Elements
151147}
152148
153- Other_Grouping(nameOfTheGroup, "Group Description "){
149+ Other_Grouping(nameOfTheGroup, "Other_Grouping Type "){
154150 //Define the ArchiMate Elements
155151}
156152```
0 commit comments