This file is indexed.

/usr/share/doc/libxml-perl/examples/schema.xml is in libxml-perl 0.08-2.

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
 8
 9
10
11
12
13
14
15
16
<schema>
  <table>
    <name>MyTable</name>
    <summary>A short summary</summary>
    <description>A long description that may
      contain a subset of HTML</description>
    <column>
      <name>MyColumn1</name>
      <summary>A short summary</summary>
      <description>A long description</description>
      <unique/>
      <non-null/>
      <default>42</default>
    </column>
  </table>
</schema>