@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>