This file is indexed.

/usr/share/maitreya7/xml/MultipleViewConfigs.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
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version='1.0' encoding='UTF-8'?>

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Config (Window)*>
<!ATTLIST Config
    Description CDATA #IMPLIED
    Name CDATA #IMPLIED
  >

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Window (Notebook|Splitter)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Splitter (SashPos|Window2|Window1|SashPosPercent|SplitDirection)*>

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

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Window1 (Splitter|Widget)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Widget (ShowToolbar|TextMode|VargaList|ColCount|RowCount|Vedic|ViewType)*>

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

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Window2 (Widget|Splitter)*>

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

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT VargaList (VargaItem)*>

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

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Notebook (Page)*>

<!--- Put your DTDDoc comment here. -->
<!ELEMENT Page (Widget|Splitter|Name)*>

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

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

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

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