@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 Sun Jun 22 07:52:53 UTC 2025.