Bytes without data

In XMIR, each <o/> object whose parent base contains Φ.bytes must have text data inside.

Incorrect:

<object>
  <o name="bar" base="Φ.bytes">
    <o/>
  </o>
</object>

Correct:

<object>
  <o name="bar" base="Φ.bytes">
    <o>A1-B2-C3-D4-E5</o>
  </o>
</object>

Published on Tue Mar 31 07:20:20 UTC 2026.