Atom with data

In XMIR, atoms must not contain text data.

Incorrect:

<object>
  <o name="obj">
    A1-B2-C3-D4-E5
    <o name="λ"/>
  </o>
</object>

Correct:

<object>
  <o name="obj">
    <o name="λ"/>
  </o>
</object>

Published on Fri Oct 10 22:53:58 UTC 2025.