Hello all!
I have the following scenario:
I have one EAP file comprising
company wide business processes, canonical classes, services etc.
and
I have multiple EAP files. One for each
department comprising analysis model, use cases specifications, activity diagrams, design models etc.
We use Team Foundation Server as a version control system.
I would like to set links from within each department EAP (on artifact level) to the company wide EAP (on artifact level).
e.g. Within the department "finance" I have a "finance.EAP" with the specified class "bank account". I could like to set a link from "bank account" (finance.EAP) to the canonical class "account" (companywide.EAP).
How can I reach this goal?
Due to huge complexity and the need to work indepently combining the companywide.EAP and all department EAP is not an alternative. I already discussed this with some colleagues...

Thanks a lot in advance!