-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunnamed1.xml
29 lines (29 loc) · 1.15 KB
/
unnamed1.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version3" level="2" version="3">
<model id="unnamed1_spstochpn">
<listOfCompartments>
<compartment id="compartment" size="1"/>
</listOfCompartments>
<listOfSpecies>
<species id="p1" compartment="compartment" initialAmount="10" hasOnlySubstanceUnits="true"/>
<species id="p3" compartment="compartment" initialAmount="0" hasOnlySubstanceUnits="true"/>
<species id="p2" compartment="compartment" initialAmount="4" hasOnlySubstanceUnits="true"/>
</listOfSpecies>
<listOfReactions>
<reaction id="t" reversible="false">
<listOfReactants>
<speciesReference species="p1" stoichiometry="5"/>
<speciesReference species="p2" stoichiometry="1"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="p3" stoichiometry="1"/>
</listOfProducts>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn> 18 </cn>
</math>
</kineticLaw>
</reaction>
</listOfReactions>
</model>
</sbml>