This file is indexed.

/usr/share/doc/libxmlada-doc/examples/schema/pref.xml is in libxmlada-doc 4.4.2014-1build1.

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
<?xml version="1.0" ?>
<preferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation="pref.xsd" >
   <pref name="pref1">Value1</pref>
   <pref name="pref2">Value2</pref>
</preferences>