Hi,
I extended the archimate device element using UML Profile. Everything works great if I drop my new element from the Resource tab:
https://www.dropbox.com/s/wzzjl8sus79nlok/2016-03-08_15-29-54.png?dl=0But when I try from the diagram toolbox, there is a folder icon. Sometimes nothing happens when I drag the element on a ArchiMate diagram, sometimes a context menu appears with 2x the device element:
https://www.dropbox.com/s/j3mjckioacotur7/2016-03-08_15-28-06.png?dl=0Here's my UML profile diagram:
https://www.dropbox.com/s/fz5tdu1yfpybtim/2016-03-08_15-20-17.png?dl=0Here's the UML profile XML:
<?xml version="1.0" encoding="windows-1252"?>
<UMLProfile profiletype="uml2">
<Documentation id="1846CB48-4" name="SSQ_Archimate_Extensions" version="1.0" notes="SSQ_Archimate_Extensions"/>
<Content>
<Stereotypes>
<Stereotype name="SSQ_Archimate_Device" notes="" cx="167" cy="88" bgcolor="13434828" fontcolor="0" bordercolor="0" borderwidth="1" hideicon="0" generalizes="Archimate2::ArchiMate_Device" baseStereotypes="Archimate2::ArchiMate_Device">
<AppliesTo>
<Apply type="Class">
<Property name="isActive" value=""/>
</Apply>
</AppliesTo>
<TaggedValues>
<Tag name="CPU" type="" description="" unit="" values="" default=""/>
<Tag name="RAM" type="" description="" unit="" values="" default=""/>
<Tag name="IP" type="" description="" unit="" values="" default=""/>
<Tag name="DNS" type="" description="" unit="" values="" default=""/>
</TaggedValues>
</Stereotype>
</Stereotypes>
<TaggedValueTypes/>
</Content>
</UMLProfile>
Is there anything wrong with my XML?
Any help would be appreciated.
I'm using version 12.1.1224 on a local project on my desktop (no shared repository)