testFlattening.test47_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="sub1__C" size="1" constant="true"/> </listOfCompartments> <listOfSpecies> <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="sub1__p80" constant="false"/> </listOfParameters> <listOfRules> <assignmentRule variable="sub1__p80"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <plus/> <apply> <divide/> <ci> sub1__J0 </ci> <apply> <divide/> <ci> extentconv </ci> <ci> timeconv </ci> </apply> </apply> <cn type="integer"> 6 </cn> </apply> </math> </assignmentRule> </listOfRules> <listOfReactions> <reaction id="sub1__J0" reversible="true" fast="false"> <listOfProducts> <speciesReference species="sub1__s1" constant="true"/> </listOfProducts> <kineticLaw> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <times/> <apply> <divide/> <ci> extentconv </ci> <ci> timeconv </ci> </apply> <cn type="integer"> 10 </cn> </apply> </math> </kineticLaw> </reaction> </listOfReactions> </model> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy