11@startuml Example-Stakeholder
2- !includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master /Archimate.puml
2+ !include .. /Archimate.puml
33
44Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
55
66@enduml
77
88@startuml Example-BusinessService
9- !includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master /Archimate.puml
9+ !include .. /Archimate.puml
1010
1111Business_Service(BService, "Business Service")
1212
1313@enduml
1414
1515@startuml Example-Composition
16- !includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master /Archimate.puml
16+ !include .. /Archimate.puml
1717Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
1818Business_Service(BService, "Business Service")
1919
2020Rel_Composition(StakeholderElement, BService, "Description for the relationship")
2121@enduml
2222
2323@startuml Example-CompositionDown
24- !includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master /Archimate.puml
24+ !include .. /Archimate.puml
2525Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
2626Business_Service(BService, "Business Service")
2727
2828Rel_Composition_Down(StakeholderElement, BService, "Description for the relationship")
2929@enduml
3030
3131@startuml Example-Grouping
32- !includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master /Archimate.puml
32+ !include .. /Archimate.puml
3333Grouping(Example01, "Group Type 01"){
3434 Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
3535 Business_Service(BService, "Business Service")
@@ -38,7 +38,7 @@ Grouping(Example01, "Group Type 01"){
3838@enduml
3939
4040@startuml Example-Group
41- !includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master /Archimate.puml
41+ !include .. /Archimate.puml
4242
4343Group(Example02, "Group Type 02"){
4444 Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
0 commit comments