Archimate naming conventions - Function like or #archimate

0 votes
asked Mar 18, 2025 in Question / help by Ishu
There are two styles I have seen working:

1. #arcimate:

archimate #Business "Business Process" as BP6 <<business-process>>
archimate #Application "Application Component" as AC5 <<application-component>>
Rel_Access(BP6, AC5, "Access_r")

2. Function like:

    Business_Process(Process_ProjectManagement, "Project Management")
    Business_Function(Function_TaskTracking, "Task Tracking")

   Rel_Aggregation(Process_ProjectManagement, Function_TaskTracking, "Aggregation")

What is the difference? One is latest and another is going to be obsolete?

Why there are two ways of writing the syntax for ArchiMate? Is there any official stand on it from PlantUML governing body?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...