This file is indexed.

/usr/share/SBMLToolbox/Test/test-data/l2v1-all.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
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
  <model id="l2v1_all">
    <listOfFunctionDefinitions>
      <functionDefinition id="fd">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <lambda>
            <bvar>
              <ci> x </ci>
            </bvar>
            <apply>
              <power/>
              <ci> x </ci>
              <cn type="integer"> 3 </cn>
            </apply>
          </lambda>
        </math>
      </functionDefinition>
    </listOfFunctionDefinitions>
    <listOfUnitDefinitions>
      <unitDefinition id="ud1">
        <listOfUnits>
          <unit kind="litre"/>
        </listOfUnits>
      </unitDefinition>
    </listOfUnitDefinitions>
    <listOfCompartments>
      <compartment id="a" size="1" constant="false"/>
      <compartment id="c" size="1" constant="false"/>
      <compartment id="c1" size="1" constant="false"/>
    </listOfCompartments>
    <listOfSpecies>
      <species id="s" compartment="a" initialAmount="0"/>
    </listOfSpecies>
    <listOfParameters>
      <parameter id="p" value="2" units="dimensionless"/>
      <parameter id="x" units="litre"/>
      <parameter id="t" value="2" units="second"/>
      <parameter id="k_s" value="2" units="mole"/>
      <parameter id="kp" value="2" units="dimensionless" constant="false"/>
      <parameter id="kx" units="litre"/>
      <parameter id="p1" value="2" units="dimensionless"/>
      <parameter id="x1" value="1" units="litre"/>
    </listOfParameters>
    <listOfRules>
      <algebraicRule>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <times/>
            <ci> kx </ci>
            <ci> kp </ci>
          </apply>
        </math>
      </algebraicRule>
      <assignmentRule variable="c">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <times/>
            <ci> x1 </ci>
            <ci> p1 </ci>
          </apply>
        </math>
      </assignmentRule>
      <rateRule variable="a">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <divide/>
            <apply>
              <times/>
              <ci> x </ci>
              <ci> p </ci>
            </apply>
            <ci> t </ci>
          </apply>
        </math>
      </rateRule>
    </listOfRules>
    <listOfReactions>
      <reaction id="r">
        <listOfReactants>
          <speciesReference species="s"/>
        </listOfReactants>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <divide/>
              <apply>
                <times/>
                <ci> k_s </ci>
                <ci> k </ci>
              </apply>
              <ci> t </ci>
            </apply>
          </math>
          <listOfParameters>
            <parameter id="k" value="9" units="dimensionless"/>
          </listOfParameters>
        </kineticLaw>
      </reaction>
    </listOfReactions>
    <listOfEvents>
      <event>
        <trigger>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <lt/>
              <ci> x </ci>
              <cn type="integer"> 3 </cn>
            </apply>
          </math>
        </trigger>
        <listOfEventAssignments>
          <eventAssignment variable="c1">
            <math xmlns="http://www.w3.org/1998/Math/MathML">
              <apply>
                <times/>
                <ci> kp </ci>
                <ci> x </ci>
              </apply>
            </math>
          </eventAssignment>
        </listOfEventAssignments>
      </event>
    </listOfEvents>
  </model>
</sbml>