1
Automation Interface, Add-Ins and Tools / _tagGroupings Ignored in EA 16.1 Technology Stereotype
« on: February 21, 2026, 01:46:01 am »
Hi,
In my MDG Technology, I created a stereotype SignalSpecification with a generalization to SysML1.4::FlowProperty in EA 16.1. I added several tagged values:
I also added _tagGroupings (Type: <none>, Initial Value):
Following the Sparx example: https://sparxsystems.com/enterprise_architect_user_guide/17.1/modeling_frameworks/define_tag_groupings.html
After regenerating the Technology, the tagged values appear, but the grouping is ignored.
Question: How can tagged values be properly grouped in a Technology stereotype in EA 16.1?
In my MDG Technology, I created a stereotype SignalSpecification with a generalization to SysML1.4::FlowProperty in EA 16.1. I added several tagged values:
- Physical (Type: QuantityKind, enumeration)
Unit (Type: SI_Unit, enumeration)
MaxValue (Type: int)
MinValue (Type: int)
Accuracy (Type: int)
Resolution (Type: int)
…
I also added _tagGroupings (Type: <none>, Initial Value):
Code: [Select]
Unit=PhysicalAttributes;Physical=PhysicalAttributes;MaxValue=SignalProperties;MinValue=SignalProperties;Accuracy=SignalProperties;Resolution=SignalProperties;Following the Sparx example: https://sparxsystems.com/enterprise_architect_user_guide/17.1/modeling_frameworks/define_tag_groupings.html
After regenerating the Technology, the tagged values appear, but the grouping is ignored.
Question: How can tagged values be properly grouped in a Technology stereotype in EA 16.1?
