<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4">
  <model id="cell" name="cell">
    <listOfCompartments>
      <compartment id="compartment" size="1" />
    </listOfCompartments>
    <listOfSpecies>
      <species id="X" compartment="compartment" initialConcentration="0" boundaryCondition="true" />
      <species id="V1" compartment="compartment" initialConcentration="0" />
      <species id="V2" compartment="compartment" initialConcentration="1" />
    </listOfSpecies>
    <listOfParameters>
      <parameter id="k0" value="0.04" />
      <parameter id="k1" value="0.01" />
      <parameter id="Vmax" value="12" />
      <parameter id="n" value="4" />
      <parameter id="k2" value="0.1" />
    </listOfParameters>
    <listOfReactions>
      <reaction id="_J0" reversible="false">
        <listOfReactants>
          <speciesReference species="X" />
        </listOfReactants>
        <listOfProducts>
          <speciesReference species="V1" />
        </listOfProducts>
        <listOfModifiers>
          <modifierSpeciesReference species="V2" />
          <modifierSpeciesReference species="V2" />
        </listOfModifiers>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <minus />
              <apply>
                <minus />
                <ci> k0 </ci>
                <apply>
                  <times />
                  <ci> k1 </ci>
                  <ci> V1 </ci>
                </apply>
              </apply>
              <apply>
                <divide />
                <apply>
                  <times />
                  <ci> Vmax </ci>
                  <ci> V1 </ci>
                  <apply>
                    <power />
                    <ci> V2 </ci>
                    <ci> n </ci>
                  </apply>
                </apply>
                <apply>
                  <plus />
                  <cn type="integer"> 15 </cn>
                  <apply>
                    <power />
                    <ci> V2 </ci>
                    <ci> n </ci>
                  </apply>
                </apply>
              </apply>
            </apply>
          </math>
        </kineticLaw>
      </reaction>
      <reaction id="_J1" reversible="false">
        <listOfReactants>
          <speciesReference species="X" />
        </listOfReactants>
        <listOfProducts>
          <speciesReference species="V2" />
        </listOfProducts>
        <listOfModifiers>
          <modifierSpeciesReference species="V1" />
          <modifierSpeciesReference species="V1" />
        </listOfModifiers>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <minus />
              <apply>
                <plus />
                <apply>
                  <times />
                  <ci> k1 </ci>
                  <ci> V1 </ci>
                </apply>
                <apply>
                  <divide />
                  <apply>
                    <times />
                    <ci> Vmax </ci>
                    <ci> V1 </ci>
                    <apply>
                      <power />
                      <ci> V2 </ci>
                      <ci> n </ci>
                    </apply>
                  </apply>
                  <apply>
                    <plus />
                    <cn type="integer"> 15 </cn>
                    <apply>
                      <power />
                      <ci> V2 </ci>
                      <ci> n </ci>
                    </apply>
                  </apply>
                </apply>
              </apply>
              <apply>
                <times />
                <ci> k2 </ci>
                <ci> V2 </ci>
              </apply>
            </apply>
          </math>
        </kineticLaw>
      </reaction>
    </listOfReactions>
  </model>
</sbml>