This file is indexed.

/usr/share/cain/examples/cain/IrreversibleIsomerization.xml is in cain-examples 1.9-7.

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
<?xml version="1.0" encoding="utf-8"?>
<cain version="1.7">
  <listOfModels>
    <model id="IrreversibleIsomerization" name="Irreversible Isomerization">
      <listOfSpecies>
        <species initialAmount="100000" id="s1"/>
      </listOfSpecies>
      <listOfReactions>
        <reaction propensity="1.0" massAction="true" id="r1">
          <listOfReactants>
            <speciesReference species="s1"/>
          </listOfReactants>
        </reaction>
      </listOfReactions>
    </model>
  </listOfModels>
  <listOfMethods>
    <method equilibrationTime="0.0" startTime="0.0" recordingTime="5.0" id="Direct" category="0" numberOfBins="32" multiplicity="4" method="0" timeDependence="0" numberOfFrames="51" options="0"/>
  </listOfMethods>
  <random seed="2147483648">
  </random>
</cain>