This file is indexed.

/usr/share/maitreya7/xml/PrintoutConfigs.dtd is in maitreya 7.0.7-1.

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
<?xml version='1.0' encoding='UTF-8'?>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT PrintoutConfigs (Config)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Config (WesternChart|Dasa|VedicChartPair|ChartData|Pages)*>
<!ATTLIST Config
    Description CDATA #IMPLIED
    Name CDATA #IMPLIED
  >

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Pages (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT ChartData (Style)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Style (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT VedicChartPair (Varga2|Varga1)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Varga1 (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Varga2 (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Dasa (Style|DasaType)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT DasaType (#PCDATA)>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT WesternChart EMPTY>