@name outside of abstract object

In XMIR, the @name attribute may only be present in <o/> elements if the parent object has an @abstract attribute.

Incorrect:

<o base="foo">
  <o name="bar"/>
</o>

Correct:

<o>
  <o name="bar"/>
</o>

Published on Fri Sep 12 07:13:57 UTC 2025.