Hi,
I'm a beginner struggling with UML profiles. I have 3 main issues right now
1. In an UML Profile I want to create a new stereotype 'Q&A' that contains two attributes
- Question = preferably I would like to have a pre-defined drop-down list of strings (enums) where the strings are defined outside the UML profile. These questions are Re-usable assets. How to do?
- Proof = a Memo text field where you note down proof to your answer (the answer to the question is written in the Notes)
2. This Q&A I then use in many different types of elements that I want to define in my UML Profile, like Market Segment, Customer Segment, Assessment, etc.
So how can I define an attribute inside a stereotype in a UML Profile that uses another stereotype defined in same/different UML Profile? I can't get this to work? After importing the UML profile and using it (e.g Market segment) in a diagram trying to edit the Q&A Tagged Value - it acts like a string value. Howver, if I add a Tagged Value to the object (outside the UML profile) it works like a charm.
3. The attribute 'Proof' above (of type Memo) doesn't work when I try to define it directly in the Attribute window (in the UML Profile).
Do you have to go via the Settings>UML Types...define a tagged type called Proof (with Type=Memo) and then use that type in the UML Profile?
If so there will be many, many Tagged Types in Settings>UML Types.
Can these tagged types be removed if you turn the UML Profile(s) into a MDG (MTS file) and load it instead?
I hope this makes sense, cos' I make no sense at all right now with my testing

Thanks in advance -Magnus