Hi nara_c
Your solution would be to perform an export of the entire Model and also 'Export Reference Data...' from the tools menu. This second option enables you to take master data such as Stereotypes, Images etc, which are model specific and move them to another model using the Export & then Import options.
In-between I tried <tools> <data management> <data transfer> <DBMS to EAP>. This is very useful for saving the entire database to a local file but has the disadvantage that it is not good for delivering models to our stakeholders. It contains not only the great models but also the "playground" (our EA experimental area).
Your suggestion is better for our purpose.
With regard to your question on sharpe script, you seem to have found the answer on another post with Thomas's help.
This is my shape for actions and activities (and any other symbol) with stereotype "LiDo" (to mark elements with attached Linked Documents):
shape main
{
layouttype="border";
roundrect(0,0,100,100,20,20); // Case Outline
roundrect(50,05,90,32,2,2); // Doc Outline
moveto(55,10); // The Lines
lineto(85,10);
moveto(55,15);
lineto(85,15);
moveto(55,20);
lineto(85,20);
moveto(55,25);
lineto(70,25);
text("LD",80,06);
addsubshape("name","center");
text name
{
h_align="center";
v_align="center";
Print("#NAME#");
}
}
Sparx: I hope I can trash this soon (sorry, off topic).
Thanks to all for help!
Stefan