1
Automation Interface, Add-Ins and Tools / Adding checklist tagged value to profile stereotype
« on: February 13, 2018, 10:29:18 pm »
Hi,
I've added Enumeration class as a new tagged value to my custom stereotype in an MDG I'm creating. How do I make this tagged value a checkilst (multiple selection) instead of single select? Should I change the type of Tag?
At the moment it looks like this in an XML file:
Thank you in advance.
Regards,
Daniel
I've added Enumeration class as a new tagged value to my custom stereotype in an MDG I'm creating. How do I make this tagged value a checkilst (multiple selection) instead of single select? Should I change the type of Tag?
At the moment it looks like this in an XML file:
Code: [Select]
<Tag name="NAME" type="enumeration" description="" unit="" values="A,B,C" default="A"/>
Thank you in advance.
Regards,
Daniel