This file is indexed.

/usr/share/doc/python-sqlalchemy-doc/examples/elementtree/test3.xml is in python-sqlalchemy-doc 0.9.8+dfsg-0.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
<somefile>
    test3
    <header name="aheader" value="bar" hoho="lala">
        <field1>one</field1>
        <field2 attr='foo'>there</field2>
    </header>
</somefile>