File: 10513-fail-01-06.xml

package info (click to toggle)
libsbml 5.20.4%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 116,352 kB
  • sloc: cpp: 466,192; xml: 357,499; ansic: 53,961; python: 12,540; makefile: 9,755; sh: 9,245; cs: 8,586; java: 8,151; perl: 6,133; ruby: 4,760; javascript: 1,605; php: 202; csh: 3
file content (23 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4">
  <model>
    <listOfCompartments>
      <compartment id="c" units="litre" constant="false"/>
    </listOfCompartments>
    <listOfParameters>
      <parameter id="p" value="1" units="ampere" constant="false"/>
      <parameter id="p1" value="1" units="dimensionless"/>
    </listOfParameters>
    <listOfRules>
      <assignmentRule variable="p">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <times/>
            <ci> c </ci>
            <ci> p1 </ci>
          </apply>
        </math>
      </assignmentRule>
    </listOfRules>
  </model>
</sbml>