@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 Tue Mar 31 07:20:21 UTC 2026.