@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 Oct 10 22:53:59 UTC 2025.