<?xml version="1.0" encoding="UTF-8"?> <!-- Created by JWS2SBML on 2013/01/30 00:30:45--> <sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4"> <model name="TdegDHAP2013129223336082916"> <listOfCompartments> <compartment id="compartment" name="compartment" size="1"/> </listOfCompartments> <listOfSpecies> <species id="dhap" name="dhap" compartment="compartment" initialConcentration="21.8433"/> <species id="sink" name="sink" compartment="compartment" initialConcentration="0" boundaryCondition="true" constant="true"/> </listOfSpecies> <listOfParameters> <parameter id="compartment" name="compartment" value="1"/> <parameter id="kddhap" name="kddhap" value="0.0224966"/> </listOfParameters> <listOfReactions> <reaction id="v1" name="v1"> <listOfReactants> <speciesReference species="dhap"/> </listOfReactants> <listOfProducts> <speciesReference species="sink"/> </listOfProducts> <kineticLaw> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <divide/> <apply> <times/> <ci> kddhap </ci> <ci> dhap </ci> </apply> <ci> compartment </ci> </apply> </math> </kineticLaw> </reaction> </listOfReactions> </model></sbml>