This file is indexed.

/usr/share/xml/docbook/custom/website/2.5.0/schema/dtd/rddl.mod is in docbook-website 2.5.0.0-8.

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
36
37
38
39
40
<!-- ====================================================================== -->
<!-- Website DTD RDDL Module V2.5.0
     Part of the Website distribution
     http://sourceforge.net/projects/docbook/

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

<!ENTITY % rddl-prefix "rddl:">
<!ENTITY % rddl-suffix ":rddl">

<!ENTITY % rddl-namespace "'http://www.rddl.org/'">
<!ENTITY % rddl-xmlns  "xmlns%rddl-suffix;">

<!ENTITY % rddl-resource "%rddl-prefix;resource">

<!ELEMENT %rddl-resource; (%para.char.mix;)*>

<!ATTLIST %rddl-resource;
	id		ID	#IMPLIED
	xml:lang	NMTOKEN	#IMPLIED
	xml:base	CDATA	#IMPLIED
	%rddl-xmlns;	CDATA	#FIXED %rddl-namespace;
	%xlink-xmlns;	CDATA	#FIXED %xlink-namespace;
	%xlink-type;	(simple) #FIXED "simple"
	%xlink-arcrole;	CDATA	#IMPLIED
	%xlink-role;	CDATA	"http://www.rddl.org/#resource"
	%xlink-href;	CDATA	#IMPLIED
	%xlink-title;	CDATA	#IMPLIED
>
<!--
	%xlink-embed;	CDATA	#FIXED   "none"
	%xlink-actuate;	CDATA	#FIXED   "none"
>
-->

<!-- End of rddl.mod V2.5.0 ............................................... -->
<!-- ...................................................................... -->