Book a Demo

Author Topic: Aggregated Enumerations in Profile  (Read 42 times)

Knaldgas

  • EA User
  • **
  • Posts: 37
  • Karma: +1/-0
    • View Profile
Aggregated Enumerations in Profile
« on: September 09, 2026, 11:41:01 pm »
I'm trying to create a profile and have reached a bump.
I've created an Information stereotype extended from class metaclass.
Information stereotype has an attribute Sensitive of type class (ordinary class) which in turn contains 2 attributes of type enumeration (different enumerations).


Problem is that when loading the profile, Information stereotype does get the Sensitivity attribute shown, but the two enumerations do not have drop-down - They are just free text edit boxes.
I've added the same two enumerations directly to Information, and they have both drop-down selections.


How can structured tagged values containing enumerations retain their drop-down functionality?

I'm not to keen to create grouped tags, as Sensitivity is going to be used quite a few places.