|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4"> |
3 |
| - <model id="conversion_reaction_0" name="Conversion Reaction 0"> |
4 |
| - |
5 |
| - <listOfUnitDefinitions> |
6 |
| - <unitDefinition id="volume" name="volume"> |
7 |
| - <listOfUnits> |
8 |
| - <unit kind="litre" exponent="1" scale="-3" multiplier="1"/> |
9 |
| - </listOfUnits> |
10 |
| - </unitDefinition> |
11 |
| - <unitDefinition id="substance" name="substance"> |
12 |
| - <listOfUnits> |
13 |
| - <unit kind="mole" exponent="1" scale="-3" multiplier="1"/> |
14 |
| - </listOfUnits> |
15 |
| - </unitDefinition> |
16 |
| - </listOfUnitDefinitions> |
17 |
| - |
| 2 | +<!-- Created by libAntimony version v2.14.0 with libSBML version 5.20.2. --> |
| 3 | +<sbml xmlns="http://www.sbml.org/sbml/level3/version2/core" level="3" version="2"> |
| 4 | + <model metaid="petab_test_0011" id="petab_test_0011"> |
18 | 5 | <listOfCompartments>
|
19 |
| - <compartment id="compartment" name="compartment" spatialDimensions="3" size="1" constant="true"> |
20 |
| - </compartment> |
| 6 | + <compartment id="compartment_" spatialDimensions="3" size="1" constant="true"/> |
21 | 7 | </listOfCompartments>
|
22 |
| - |
23 | 8 | <listOfSpecies>
|
24 |
| - <species id="A" name="A" compartment="compartment" initialConcentration="1" boundaryCondition="false" constant="false"> |
25 |
| - </species> |
26 |
| - <species id="B" name="B" compartment="compartment" initialConcentration="1" boundaryCondition="false" constant="false"> |
27 |
| - </species> |
| 9 | + <species id="A" compartment="compartment_" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 10 | + <species id="B" compartment="compartment_" initialConcentration="1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
28 | 11 | </listOfSpecies>
|
29 |
| - |
30 | 12 | <listOfParameters>
|
31 |
| - <parameter id="a0" name="a0" value="1" constant="true"> |
32 |
| - </parameter> |
33 |
| - <parameter id="b0" name="b0" value="1" constant="true"> |
34 |
| - </parameter> |
35 |
| - <parameter id="k1" name="k1" value="0" constant="true"> |
36 |
| - </parameter> |
37 |
| - <parameter id="k2" name="k2" value="0" constant="true"> |
38 |
| - </parameter> |
39 |
| - <parameter id="offset_A" name="offset_A" value="0" constant="true"> |
40 |
| - </parameter> |
| 13 | + <parameter id="k1" value="0" constant="true"/> |
| 14 | + <parameter id="k2" value="0" constant="true"/> |
| 15 | + <parameter id="a0" value="1" constant="true"/> |
| 16 | + <parameter id="b0" value="1" constant="true"/> |
| 17 | + <parameter id="offset_A" value="0" constant="true"/> |
41 | 18 | </listOfParameters>
|
42 |
| - |
43 | 19 | <listOfInitialAssignments>
|
44 | 20 | <initialAssignment symbol="A">
|
45 | 21 | <math xmlns="http://www.w3.org/1998/Math/MathML">
|
46 | 22 | <ci> a0 </ci>
|
47 | 23 | </math>
|
48 | 24 | </initialAssignment>
|
49 |
| - <initialAssignment symbol="B"> |
50 |
| - <math xmlns="http://www.w3.org/1998/Math/MathML"> |
51 |
| - <ci> b0 </ci> |
52 |
| - </math> |
53 |
| - </initialAssignment> |
54 | 25 | </listOfInitialAssignments>
|
55 |
| - |
56 | 26 | <listOfReactions>
|
57 |
| - <reaction id="fwd" name="fwd" reversible="false"> |
| 27 | + <reaction id="fwd" reversible="false"> |
58 | 28 | <listOfReactants>
|
59 |
| - <speciesReference species="A" stoichiometry="1"/> |
| 29 | + <speciesReference species="A" stoichiometry="1" constant="true"/> |
60 | 30 | </listOfReactants>
|
61 | 31 | <listOfProducts>
|
62 |
| - <speciesReference species="B" stoichiometry="1"/> |
| 32 | + <speciesReference species="B" stoichiometry="1" constant="true"/> |
63 | 33 | </listOfProducts>
|
64 | 34 | <kineticLaw>
|
65 | 35 | <math xmlns="http://www.w3.org/1998/Math/MathML">
|
66 | 36 | <apply>
|
67 | 37 | <times/>
|
68 |
| - <ci> compartment </ci> |
| 38 | + <ci> compartment_ </ci> |
69 | 39 | <ci> k1 </ci>
|
70 | 40 | <ci> A </ci>
|
71 | 41 | </apply>
|
72 | 42 | </math>
|
73 | 43 | </kineticLaw>
|
74 | 44 | </reaction>
|
75 |
| - <reaction id="rev" name="rev" reversible="false"> |
| 45 | + <reaction id="rev" reversible="false"> |
76 | 46 | <listOfReactants>
|
77 |
| - <speciesReference species="B" stoichiometry="1"/> |
| 47 | + <speciesReference species="B" stoichiometry="1" constant="true"/> |
78 | 48 | </listOfReactants>
|
79 | 49 | <listOfProducts>
|
80 |
| - <speciesReference species="A" stoichiometry="1"/> |
| 50 | + <speciesReference species="A" stoichiometry="1" constant="true"/> |
81 | 51 | </listOfProducts>
|
82 | 52 | <kineticLaw>
|
83 | 53 | <math xmlns="http://www.w3.org/1998/Math/MathML">
|
84 | 54 | <apply>
|
85 | 55 | <times/>
|
86 |
| - <ci> compartment </ci> |
| 56 | + <ci> compartment_ </ci> |
87 | 57 | <ci> k2 </ci>
|
88 | 58 | <ci> B </ci>
|
89 | 59 | </apply>
|
90 | 60 | </math>
|
91 | 61 | </kineticLaw>
|
92 | 62 | </reaction>
|
93 | 63 | </listOfReactions>
|
94 |
| - |
95 | 64 | </model>
|
96 | 65 | </sbml>
|
0 commit comments