-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.xml
92 lines (92 loc) · 3.37 KB
/
example.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
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by MOCCASIN version 1.1.0 on 2017-08-31 20:56 with libSBML version 5.15.0. -->
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1">
<model id="Model_generated_by_BIOCHAM">
<listOfCompartments>
<compartment id="compartmentOne" spatialDimensions="3" size="1" constant="true"/>
</listOfCompartments>
<listOfSpecies>
<species id="x_1" name="x_1" compartment="compartmentOne" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="x_2" name="x_2" compartment="compartmentOne" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
</listOfSpecies>
<listOfParameters>
<parameter id="a" name="a" value="0" constant="true"/>
<parameter id="b" name="b" value="0" constant="true"/>
<parameter id="c" name="c" value="0" constant="true"/>
<parameter id="d" name="d" value="0" constant="true"/>
</listOfParameters>
<listOfInitialAssignments>
<initialAssignment symbol="a">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<times/>
<cn> 0.01 </cn>
<cn type="integer"> 60 </cn>
</apply>
</math>
</initialAssignment>
<initialAssignment symbol="b">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<times/>
<cn> 0.0058 </cn>
<cn type="integer"> 60 </cn>
</apply>
</math>
</initialAssignment>
<initialAssignment symbol="c">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<times/>
<cn> 0.006 </cn>
<cn type="integer"> 60 </cn>
</apply>
</math>
</initialAssignment>
<initialAssignment symbol="d">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<times/>
<cn> 0.000192 </cn>
<cn type="integer"> 60 </cn>
</apply>
</math>
</initialAssignment>
</listOfInitialAssignments>
<listOfReactions>
<reaction id="R_1" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="x_1" stoichiometry="0.348" constant="true"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="x_2" stoichiometry="0.36" constant="true"/>
</listOfProducts>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<ci> x_1 </ci>
</math>
</kineticLaw>
</reaction>
<reaction id="R_2" reversible="false" fast="false">
<listOfReactants>
<speciesReference species="x_2" stoichiometry="0.01152" constant="true"/>
</listOfReactants>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<ci> x_2 </ci>
</math>
</kineticLaw>
</reaction>
<reaction id="R_3" reversible="false" fast="false">
<listOfProducts>
<speciesReference species="x_1" stoichiometry="0.6" constant="true"/>
</listOfProducts>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn> 1 </cn>
</math>
</kineticLaw>
</reaction>
</listOfReactions>
</model>
</sbml>