Hi.
I would like to ask about extending stereotypes.
I wanted to have a new Requirement element with some tagged values attached, so that I can edit or default their values for each new such element instead of having to add all the tagged values for every such element.
So, I did these:
- Defined new tagged values from Settings > UML Types
- With the model wizard, I added a new MDG Technology Builder Basic Template, within which I added a new stereotype extending from Requirement element. I also added a toolbox that contains this element type.
- I generated the MDG Technology from the necessary xml files into an MTS file, and then I did Tools > MDG Technology Import, and restarted EA.
- I was able to add the new Requirement Type, which had the set of tagged values.
However, the values for the tagged types were displayed (in a report or diagram) only when they were edited and different from default values.
So, is there a way to make sure, a valueOf field in a document template displays the value of a tagged type in such an element?
Also, is there a tagged value type like CheckList, which can provide a list of values, among which one can choose more than one, so that it will be displayed as a comma separated list of enabled values? (For example, a tagged type 'Team' can have a subset of values from A, B, C from a checkbox group, like Team=A, C or Team=C)
Thanks in advance.