I have an issue, open question regarding extending stereotypes in Enterprise Architect.
Each attribute in my custom stereotype Z, which extends Metaclass A, has the property field Redefined Property. They way I understand it, I can choose to redefine an attribute of the extended Metaclass. Is this understanding correct?
What I tried:
- Add attribute
really_weird_attr_namein mymetaclass A, as the attributes do not show up... - Add attribute 'much_better_attr_name' in my
stereotype Z - Select
A.really_weird_attr_namefrom theRedefined Property
When I export the profile with Spezialise-> Publish Tech -> Publish Diagram as UML Profile, there is no hint or whatsoever, that the property has been redefined:
[...]
<TaggedValues>
<Tag name="much_better_attr_name" type="char" description="" unit="" values="" default=""/>
</TaggedValues>
[...]
