<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by Jarnac 2.0 BETA on 7/24/2002 -->
<sbml xmlns="http://www.sbml.org/sbml/level1" level="1" version="1">
 <model name="cell">

   <listOfCompartments>
     <compartment name="uVol" volume="1"/>
   </listOfCompartments>

   <listOfSpecies>
     <specie name="ES" boundaryCondition="false" compartment="uVol" initialAmount="0"/> 
     <specie name="S1" boundaryCondition="false" compartment="uVol" initialAmount="0"/> 
     <specie name="S2" boundaryCondition="false" compartment="uVol" initialAmount="0"/> 
     <specie name="E" boundaryCondition="false" compartment="uVol" initialAmount="0"/> 
   </listOfSpecies>

  <listOfReactions>
   <reaction name="J1" reversible="false">
     <listOfReactants>
       <specieReference specie="E" stoichiometry="1"/>
       <specieReference specie="S1" stoichiometry="1"/>
     </listOfReactants>
     <listOfProducts>
       <specieReference specie="ES" stoichiometry="1"/>
     </listOfProducts>

     <kineticLaw formula="v1">
       <listOfParameters>
         <parameter name="v1" value="0"/>
       </listOfParameters>

     </kineticLaw>
   </reaction>

   <reaction name="J2" reversible="false">
     <listOfReactants>
       <specieReference specie="ES" stoichiometry="1"/>
     </listOfReactants>
     <listOfProducts>
       <specieReference specie="S2" stoichiometry="1"/>
       <specieReference specie="E" stoichiometry="1"/>
     </listOfProducts>

     <kineticLaw formula="v2">
       <listOfParameters>
         <parameter name="v2" value="0"/>
       </listOfParameters>

     </kineticLaw>
   </reaction>

   <reaction name="J3" reversible="false">
     <listOfReactants>
       <specieReference specie="S2" stoichiometry="1"/>
     </listOfReactants>
     <listOfProducts>
       <specieReference specie="S1" stoichiometry="1"/>
     </listOfProducts>

     <kineticLaw formula="v3">
       <listOfParameters>
         <parameter name="v3" value="0"/>
       </listOfParameters>

     </kineticLaw>
   </reaction>

  </listOfReactions>
 </model>
</sbml>
