@name Outside of Abstract Object

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

Incorrect:

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

Correct:

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

Published on Mon May 26 13:15:47 UTC 2025.