This file is indexed.

/usr/share/SBMLToolbox/Test/test-data/l2v2-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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version2" level="2" version="2">
  <model id="l2v2_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="mole"/>
        </listOfUnits>
      </unitDefinition>
    </listOfUnitDefinitions>
    <listOfCompartmentTypes>
      <compartmentType id="hh"/>
    </listOfCompartmentTypes>
    <listOfSpeciesTypes>
      <speciesType id="gg"/>
    </listOfSpeciesTypes>
    <listOfCompartments>
      <compartment id="a" size="1" constant="false"/>
    </listOfCompartments>
    <listOfSpecies>
      <species id="s" compartment="a" initialAmount="0"/>
    </listOfSpecies>
    <listOfParameters>
      <parameter id="p" value="2" units="litre" constant="false"/>
      <parameter id="c" units="litre" constant="false"/>
      <parameter id="c1" units="litre" constant="false"/>
      <parameter id="x" units="litre" constant="false"/>
      <parameter id="x1" value="3" units="dimensionless" constant="false"/>
      <parameter id="t" units="second" constant="false"/>
      <parameter id="k_s" units="mole" constant="false"/>
    </listOfParameters>
    <listOfInitialAssignments>
      <initialAssignment symbol="c">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <times/>
            <ci> x </ci>
            <ci> x1 </ci>
          </apply>
        </math>
      </initialAssignment>
    </listOfInitialAssignments>
    <listOfRules>
      <algebraicRule>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <power/>
            <ci> x </ci>
            <cn type="integer"> 3 </cn>
          </apply>
        </math>
      </algebraicRule>
      <assignmentRule variable="c1">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <times/>
            <ci> x </ci>
            <ci> x1 </ci>
          </apply>
        </math>
      </assignmentRule>
      <rateRule variable="p">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <divide/>
            <ci> x </ci>
            <ci> t </ci>
          </apply>
        </math>
      </rateRule>
    </listOfRules>
    <listOfConstraints>
      <constraint>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <lt/>
            <ci> x </ci>
            <cn type="integer"> 3 </cn>
          </apply>
        </math>
      </constraint>
    </listOfConstraints>
    <listOfReactions>
      <reaction id="r">
        <listOfReactants>
          <speciesReference species="s"/>
        </listOfReactants>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <divide/>
              <apply>
                <times/>
                <ci> s </ci>
                <ci> k </ci>
              </apply>
              <ci> t </ci>
            </apply>
          </math>
          <listOfParameters>
            <parameter id="k" value="9" units="litre"/>
          </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="s">
            <math xmlns="http://www.w3.org/1998/Math/MathML">
              <apply>
                <divide/>
                <ci> k_s </ci>
                <ci> x </ci>
              </apply>
            </math>
          </eventAssignment>
        </listOfEventAssignments>
      </event>
    </listOfEvents>
  </model>
</sbml>