This file is indexed.

/usr/share/xml/docbook/custom/slides/3.4.0/schema/dtd/slides-full.dtd is in docbook-slides 3.4.0-5.

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
33
34
35
<!-- ====================================================================== -->
<!-- Slides Full XML V3.4 DTD
     Copyright (C) 1999, 2000, 2001, 2002, 2003 Norman Walsh
     http://sourceforge.net/projects/docbook/

     This version of Slides is based on "full" DocBook rather than
     the Simplified DocBook XML DTD.

     $Id: slides-full.dtd,v 1.7 2005/04/26 13:55:32 xmldoc Exp $

     Please direct all questions and comments about this DTD to
     Norman Walsh, <ndw@nwalsh.com>.

     Common declaration:

     <?xml version='1.0'?>
     <!DOCTYPE slides
       PUBLIC "-//Norman Walsh//DTD Slides Full XML V3.4//EN"
       "http://docbook.sourceforge.net/release/slides/3.4/schema/dtd/slides-full.dtd">
                                                                            -->
<!-- ====================================================================== -->

<!ENTITY % local.divcomponent.mix "|speakernotes">
<!ENTITY % local.component.mix "|speakernotes">

<!-- In this version, we use full DocBook -->
<!ENTITY % docbook.dtd PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  "http://docbook.org/xml/4.4/docbookx.dtd">
%docbook.dtd;

<!ENTITY % slides.mod SYSTEM "slides.mod">
%slides.mod;

<!-- End of Slides Full XML V3.4 DTD .................................... -->
<!-- ...................................................................... -->