This file is indexed.

/usr/share/maitreya7/xml/VedicChartConfigs.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version='1.0' encoding='UTF-8'?>

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Config (MarkedFields|Pen|Brush|WidgetBackground|ZodiacalSigns|OuterRectangle)*>
<!ATTLIST Config
    Extends CDATA #IMPLIED
    Name CDATA #IMPLIED
  >

<!--- Put your DTDDoc comment here. -->
<!ELEMENT OuterRectangle (Radius|Pen|Show|DoubleOuterLine)*>

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

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT ZodiacalSigns (BrushSequence|UseStockBrushList)*>

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT BrushSequence (Brush)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Brush (Inputfile|Color|Style)*>

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

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT WidgetBackground (Brush)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Pen (Style|Linewidth|Color)*>

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT MarkedFields (Brush)*>

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

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