This file is indexed.

/usr/share/ggobi/data/tmin2.xml is in ggobi 2.1.11-2build1.

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
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0"?>
<ggobidata ids="alpha" count="2">

<data name="Calls">
<description>
 This is a simple example for testing automatically
 computed levels for a categorical variable using
 the levels="auto" attribute for a categoricalvariable
 element. It also uses the string element to identify these values.
 Note that because we want to tag one of the elements of each record,
 we have to tag them all so that this can be a valid xml file.
</description>
<variables count="7">
 <realvariable name="nseconds" />
 <realvariable name="whatever" />
 <categoricalvariable name="day" time="yes">
   <levels count="7">
     <level value="0">Monday</level>
     <level value="1">Tuesday</level>
     <level value="2">Wednesday</level>
     <level value="3">Thursday</level>
     <level value="4">Friday</level>
     <level value="5">Saturday</level>
     <level value="6">Sunday</level>
   </levels>
 </categoricalvariable>
 <categoricalvariable name="fraudp">
   <levels count="3">
     <level value="0"> low </level>
     <level value="1"> medium </level>
     <level value="2"> high </level>
   </levels>
 </categoricalvariable>
 <categoricalvariable name="bizres">
   <levels count="3">
     <level value="0"> biz </level>
     <level value="1"> res </level>
     <level value="2"> unknown </level>
   </levels>
 </categoricalvariable>
 <categoricalvariable name="name" levels="auto" />
 <integervariable name="month" time="yes" />
</variables>

<records count="7">
<record id="a1" label="a1"> 
 <real>0</real> <real>10</real> <string>Monday</string> <int>0</int> <int>0</int> <string>AB C</string> <int>0</int>
</record>
<record id="b2"> 
 <real>1</real>  <real>20</real> <string>Tuesday</string> <int>0</int> <int>1</int> <string>DEF</string> <int>1</int>
</record>
<record id="c3">
 <real>2</real>  <real>30</real> <string>Wednesay</string> <int>1</int> <int>2</int> <string>GHI</string> <int>2</int>
</record>
<record id="d4">
 <real>3</real>  <real>40</real> <string>Thursday</string> <int>2</int> <int>1</int> <string>J</string> <int>3</int>
</record>
<record id="e5">
 <real>4</real>  <real>50</real> <string>Friday</string> <int>2</int> <int>2</int> <string>KLM</string> <int>4</int>
</record>
<record id="f6">
 <real>5</real> <real> 60</real> <string>Saturday</string> <int>2</int> <int>1</int> <string>NOP QRST</string> <int>5</int>
</record>
<record id="g7">
 <real>6</real><real>70</real><string>Sunday</string><int>2</int><int>2</int><string>Happy Birthday</string><int>7</int>
</record>
</records>
</data>

<data name="foo">
<variables count="2">
<realvariable name="X" />
<realvariable name="Y" />
</variables>
<records count="3"> 
<record id="b2" label="one->1">1.0 2.0</record>
<record id="d4" label="two->3">2.0 1.0</record>
<record id="f6" label="three->5">2.0 2.0</record>
</records>
</data>
</ggobidata>