Location: Garmendia-Torres, Goldbeter and Jacquet 2007 @ 754f67975ff6 / Msn2_fractions.cellml

Author:
Mona Zhu <devnull@localhost>
Date:
2011-01-13 10:42:58+13:00
Desc:
Fixed 1.1 model
Permanent Source URI:
https://models.cellml.org/workspace/garmendia-torres_goldbeter_jacquet_2007/rawfile/754f67975ff68c16641e586198ff041bf0ade5c8/Msn2_fractions.cellml

<?xml version="1.0"?>
<!--
This CellML file was generated on 12/10/2010 at 12:00:23 at PM using:

COR (0.9.31.1409)
Copyright 2002-2010 Dr Alan Garny
http://cor.physiol.ox.ac.uk/ - cor@physiol.ox.ac.uk

CellML 1.1 was used to generate this model
http://www.cellml.org/
--><model xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.1#" cmeta:id="Msn2_fractions" name="Msn2_fractions">
   <units name="minute">
      <unit multiplier="60" units="second"/>
   </units>
   <units name="per_minute">
      <unit exponent="-1" units="minute"/>
   </units>
   <component name="interface">
      <variable name="M" public_interface="out" units="dimensionless"/>
      <variable name="A" public_interface="in" units="dimensionless"/>
      <variable name="B" public_interface="in" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>M</ci>
            <apply>
               <plus/>
               <ci>A</ci>
               <ci>B</ci>
            </apply>
         </apply>
      </math>
   </component>
</model>