<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
  <model id="Model1" name="Case Study 1, Model 1 (realistic)">
    <listOfCompartments>
      <compartment id="compartment" name="compartment" size="1"/>
    </listOfCompartments>
    <listOfSpecies>
      <species id="S" name="S" compartment="compartment" initialConcentration="1"/>
      <species id="dS" name="dS" compartment="compartment" initialConcentration="0"/>
      <species id="R" name="R" compartment="compartment" initialConcentration="1"/>
      <species id="RS" name="RS" compartment="compartment" initialConcentration="0"/>
      <species id="Rpp" name="Rpp" compartment="compartment" initialConcentration="0"/>
    </listOfSpecies>
    <listOfParameters>
      <parameter id="Noise" value="0.06"/>
    </listOfParameters>
    <listOfReactions>
      <reaction id="reaction_0" name="R1" reversible="false">
        <listOfReactants>
          <speciesReference species="S"/>
        </listOfReactants>
        <listOfProducts>
          <speciesReference species="dS"/>
        </listOfProducts>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <times/>
              <ci> compartment </ci>
              <ci> k1 </ci>
              <ci> S </ci>
            </apply>
          </math>
          <listOfParameters>
            <parameter id="k1" value="0.05"/>
          </listOfParameters>
        </kineticLaw>
      </reaction>
      <reaction id="reaction_1" name="R2">
        <listOfReactants>
          <speciesReference species="R"/>
          <speciesReference species="S"/>
        </listOfReactants>
        <listOfProducts>
          <speciesReference species="RS"/>
        </listOfProducts>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <times/>
              <ci> compartment </ci>
              <apply>
                <minus/>
                <apply>
                  <times/>
                  <ci> k1 </ci>
                  <ci> R </ci>
                  <ci> S </ci>
                </apply>
                <apply>
                  <times/>
                  <ci> k2 </ci>
                  <ci> RS </ci>
                </apply>
              </apply>
            </apply>
          </math>
          <listOfParameters>
            <parameter id="k1" value="0.4"/>
            <parameter id="k2" value="0.02"/>
          </listOfParameters>
        </kineticLaw>
      </reaction>
      <reaction id="reaction_2" name="R3" reversible="false">
        <listOfReactants>
          <speciesReference species="RS"/>
        </listOfReactants>
        <listOfProducts>
          <speciesReference species="Rpp"/>
        </listOfProducts>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <times/>
              <ci> compartment </ci>
              <ci> k1 </ci>
              <ci> RS </ci>
            </apply>
          </math>
          <listOfParameters>
            <parameter id="k1" value="0.4"/>
          </listOfParameters>
        </kineticLaw>
      </reaction>
      <reaction id="reaction_3" name="R4">
        <listOfReactants>
          <speciesReference species="Rpp"/>
        </listOfReactants>
        <listOfProducts>
          <speciesReference species="R"/>
        </listOfProducts>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <times/>
              <ci> compartment </ci>
              <apply>
                <divide/>
                <apply>
                  <times/>
                  <ci> V </ci>
                  <ci> Rpp </ci>
                </apply>
                <apply>
                  <plus/>
                  <ci> Km </ci>
                  <ci> Rpp </ci>
                </apply>
              </apply>
            </apply>
          </math>
          <listOfParameters>
            <parameter id="V" value="0.02"/>
            <parameter id="Km" value="0.4"/>
          </listOfParameters>
        </kineticLaw>
      </reaction>
    </listOfReactions>
  </model>
</sbml>
