Atom With Data

Each atom in XMIR, must not have the text data inside.

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 Mon May 26 13:15:46 UTC 2025.