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 Wed Aug 26 07:19:01 UTC 2026.