the bare minimum you would need for a correct definition of the Cells element is the following:
<Cells>
<DataArray Name="connectivity"></DataArray>
<DataArray Name="offsets"></DataArray>
<DataArray Name="types"></DataArray>
</Cells>
However, without cell elements, quite a few filters will not be able to operate on your data. The default view representation “Points” will also not work. “Point Gaussian” will work.
After reading your data, you may use a Glyph filter with “2D Glyph” and “Vertex” types to add cell elements.