This file is indexed.

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

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
<?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.
</description>
<variables count="9">
 <realvariable name="nseconds" />
 <realvariable name="whatever" time="yes" />
 <randomuniformvariable name="u1" />
 <randomuniformvariable name="u2" />
 <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" />
 <randomuniformvariable name="u3" />
 <randomuniformvariable name="u4" />
</variables>

<records count="7">
 <record id="a1" label="a1"><int>0</int><int>10</int> <int>0</int><int>0</int> <string>AB C</string></record>
 <record id="b2"><int>1</int> <int>20</int><int>0</int><int>1</int> <string>DEF</string> </record>
 <record id="c3"><int>2</int> <int>30</int><int>1</int><int>2</int> <string>GHI</string> </record>
 <record id="d4"><int>3</int> <int>40</int><int>2</int><int>1</int> <string>J</string> </record>
 <record id="e5"><int>4</int> <int>50</int><int>2</int><int>2</int> <string>KLM</string> </record>
 <record id="f6"><int>5</int> <int>60</int><int>2</int><int>1</int> <string>NOP QRST</string> </record>
 <record id="g7"><real>6</real>
 <real>70</real><int>2</int><int>2</int><string>Happy Birthday</string></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>