Reputation: 1
I want to make a custom profile, in which there would be several custom associations. I want all of them to have the same stereotype and different default description. Currently when I define a second element with the same name (no matter whether in the same diagram or a different one), only the first one of them makes it into the final exported profile.
Upvotes: 0
Views: 69
Reputation: 13784
I think you don't understand the concept of UML Profiles.
A stereotype should be unique within a single profile, so you should never create two stereotypes with the same name in a profile.
Maybe if you explain what you are trying to achieve in the first place we might be able to give you some useful advice.
Upvotes: 1