This file is indexed.

/usr/share/qmtest/dtds/class-directory.dtd is in qmtest 2.4.1-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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--

  File:   class-directory.dtd
  Author: Mark Mitchell
  Date:   2001-10-09

  Contents:
    DTD for class directory files.

  Copyright (C) 2001, 2002, 2003 CodeSourcery LLC.  All rights reserved.

  For license terms see the file COPYING.

-->

<!-- NAME: QMTest Class Directory -->

<!-- A class directory. -->
<!ELEMENT class-directory (class*)>

<!-- A class. -->
<!ELEMENT class (#PCDATA)>
<!ATTLIST class kind CDATA #REQUIRED>
<!ATTLIST class name CDATA #REQUIRED>

<!-- 
  Local Variables:
  mode: xml
  indent-tabs-mode: nil
  fill-column:72
  End:
-->