xmf / xdmf Failed to read attribute data from hdf5

Hi,
I’m using xdmf / xmf to visualise hdf5 data in Paraview and I’m getting an error loading the attributes.
My dataset is a 3DSMesh, with the attributes on the same nodes that the X_Y_Z coordinates are located. I’ve tried something as simple as just loading the X values, which are already read for the coordinates, as an attribute with the same error so I suspect there’s something about how attributes are loaded that I don’t understand.

As far as I can figure this out it *should be working. Has anyone got any tips?

Thanks
Matt

sed_X_Y_Z.time2.xmf (1.2 KB)

I’ve put a couple of examples here.

Okay, I figured out what I was doing wrong. I have a slightly non-standard hdf5 file to work with.
This xmf works

sed_X_Y_Z.time10.xmf (1.7 KB)