This file is indexed.

/usr/share/SBMLToolbox/Test/test-data/l2v2-newComponents.xml is in sbmltoolbox 4.1.0-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
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version2" xmlns:math="http://www.w3.org/1998/Math/MathML" level="2" version="2">
  <model id="l2v2_newComponents" sboTerm="SBO:0000004">
    <listOfCompartmentTypes>
      <compartmentType id="mitochondria"/>
    </listOfCompartmentTypes>
    <listOfSpeciesTypes>
      <speciesType id="Glucose"/>
    </listOfSpeciesTypes>
    <listOfCompartments>
      <compartment id="cell" compartmentType="mitochondria" size="0.013" outside="m"/>
      <compartment id="m" compartmentType="mitochondria" size="0.013"/>
    </listOfCompartments>
    <listOfSpecies>
      <species id="X0" speciesType="Glucose" compartment="cell"/>
      <species id="X1" compartment="cell" initialConcentration="0.013"/>
    </listOfSpecies>
    <listOfParameters>
      <parameter id="y" value="2" units="dimensionless"/>
    </listOfParameters>
    <listOfInitialAssignments>
      <initialAssignment symbol="X0" sboTerm="SBO:0000064">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <times/>
            <ci> y </ci>
            <ci> X1 </ci>
          </apply>
        </math>
      </initialAssignment>
    </listOfInitialAssignments>
    <listOfConstraints>
      <constraint>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <lt/>
            <cn type="integer"> 1 </cn>
            <ci> cell </ci>
          </apply>
        </math>
      </constraint>
    </listOfConstraints>
    <listOfReactions>
      <reaction id="in" sboTerm="SBO:0000231">
        <listOfReactants>
          <speciesReference id="me" name="sarah" species="X0"/>
        </listOfReactants>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <divide/>
              <apply>
                <times/>
                <ci> v </ci>
                <ci> X0 </ci>
              </apply>
              <ci> t </ci>
            </apply>
          </math>
          <listOfParameters>
            <parameter id="v" units="litre"/>
            <parameter id="t" units="second"/>
          </listOfParameters>
        </kineticLaw>
      </reaction>
    </listOfReactions>
  </model>
</sbml>