Hi,
My UML profile has the TypeA stereotype on the Class metaclass, and Type1 + Type2 stereotypes on the Attribute metaclass.
I'd like to define that a "TypeA" stereotyped class can either have "Type1" or "Type2" stereotyped attributes.
Is there a way in the MDG Uml Profile definition to enforce this? For instance when one uses Enumeration classes, attributes are automatically stereotyped enum. Is there a way to achieve something similar?