testFlattening.test50_flat.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1"> <model> <listOfCompartments> <compartment id="C" size="1" constant="true"/> <compartment id="sub1__C" size="1" constant="true"/> </listOfCompartments> <listOfSpecies> <species id="s1" compartment="C" initialAmount="1" hasOnlySubstanceUnits="true" boundaryCondition="false" constant="false"/> <species id="sub1__s1" compartment="sub1__C" initialAmount="1" hasOnlySubstanceUnits="true" boundaryCondition="false" constant="false"/> </listOfSpecies> <listOfParameters> <parameter id="extentconv" value="1000" constant="true"/> <parameter id="timeconv" value="60" constant="true"/> <parameter id="extentpertimeconv" value="16.6666666666667" constant="true"/> <parameter id="sub1__p80" constant="false"/> </listOfParameters> <listOfRules> <assignmentRule variable="sub1__p80"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <plus/> <apply> <divide/> <ci> J0 </ci> <ci> extentpertimeconv </ci> </apply> <cn type="integer"> 6 </cn> </apply> </math> </assignmentRule> </listOfRules> <listOfReactions> <reaction id="J0" reversible="true" fast="false"> <listOfProducts> <speciesReference species="s1" constant="true"/> </listOfProducts> <kineticLaw> <math xmlns="http://www.w3.org/1998/Math/MathML"> <cn type="integer"> 10 </cn> </math> </kineticLaw> </reaction> </listOfReactions> </model> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy