-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path01447-sbml-l3v2.xml
87 lines (87 loc) · 3.46 KB
/
01447-sbml-l3v2.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by libAntimony version v2.9.0 with libSBML version 5.14.1. -->
<sbml xmlns="http://www.sbml.org/sbml/level3/version2/core" level="3" version="2">
<model id="case01447" name="case01447">
<listOfCompartments>
<compartment id="C" spatialDimensions="3" size="1" constant="true"/>
</listOfCompartments>
<listOfSpecies>
<species id="A" compartment="C" initialConcentration="50" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
<species id="B" compartment="C" initialConcentration="1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
</listOfSpecies>
<listOfInitialAssignments>
<initialAssignment symbol="A_sr1">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 2 </cn>
</math>
</initialAssignment>
<initialAssignment symbol="A_sr2">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 1 </cn>
</math>
</initialAssignment>
<initialAssignment symbol="B_sr1">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 2 </cn>
</math>
</initialAssignment>
<initialAssignment symbol="B_sr2">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 1 </cn>
</math>
</initialAssignment>
</listOfInitialAssignments>
<listOfEvents>
<event id="_E0" useValuesFromTriggerTime="true">
<trigger initialValue="true" persistent="true">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<geq/>
<csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time"> time </csymbol>
<cn type="integer"> 5 </cn>
</apply>
</math>
</trigger>
<listOfEventAssignments>
<eventAssignment variable="A_sr1">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 1 </cn>
</math>
</eventAssignment>
<eventAssignment variable="A_sr2">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 3 </cn>
</math>
</eventAssignment>
<eventAssignment variable="B_sr1">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 1 </cn>
</math>
</eventAssignment>
<eventAssignment variable="B_sr2">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 3 </cn>
</math>
</eventAssignment>
</listOfEventAssignments>
</event>
</listOfEvents>
<listOfReactions>
<reaction id="J0" reversible="true">
<listOfReactants>
<speciesReference id="A_sr1" species="A" stoichiometry="4" constant="false"/>
<speciesReference id="A_sr2" species="A" stoichiometry="2" constant="false"/>
</listOfReactants>
<listOfProducts>
<speciesReference id="B_sr1" species="B" stoichiometry="3" constant="false"/>
<speciesReference id="B_sr2" species="B" stoichiometry="5" constant="false"/>
</listOfProducts>
<kineticLaw>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<cn type="integer"> 1 </cn>
</math>
</kineticLaw>
</reaction>
</listOfReactions>
</model>
</sbml>