@name
The @name attribute may only be present in <o/> in XMIR, only if the parent of the object has @abstract attribute.
<o/>
@abstract
Incorrect:
<o base="foo"> <o name="bar"/> </o>
Correct:
<o> <o name="bar"/> </o>