This file is indexed.

/usr/share/xml/docbook/custom/website/2.5.0/schema/dtd/namespaces.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- ====================================================================== -->
<!-- Website DTD Namespaces 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>.
                                                                            -->
<!-- ====================================================================== -->

<!-- HTML -->

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

<!ENTITY % html-namespace "'http://www.w3.org/1999/xhtml'">
<!ENTITY % html-xmlns "xmlns%html-suffix;">

<!ENTITY % html-input.element "%html-prefix;input">
<!ENTITY % html-button.element "%html-prefix;button">
<!ENTITY % html-label.element "%html-prefix;label">
<!ENTITY % html-select.element "%html-prefix;select">
<!ENTITY % html-textarea.element "%html-prefix;textarea">
<!ENTITY % html-form.element "%html-prefix;form">
<!ENTITY % html-option.element "%html-prefix;option">

<!-- XLink -->

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

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

<!ENTITY % xlink-type "%xlink-prefix;type">
<!ENTITY % xlink-arcrole "%xlink-prefix;arcrole">
<!ENTITY % xlink-role "%xlink-prefix;role">
<!ENTITY % xlink-href "%xlink-prefix;href">
<!ENTITY % xlink-title "%xlink-prefix;title">
<!ENTITY % xlink-embed "%xlink-prefix;embed">
<!ENTITY % xlink-actuate "%xlink-prefix;actuate">

<!-- RDDL -->

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

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

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

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