<?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="SimpleBranch">

   <listOfCompartments>
     <compartment name="uVol" volume="1"/>
   </listOfCompartments>

   <listOfSpecies>
     <specie name="X0" boundaryCondition="true" compartment="uVol" initialAmount="0"/> 
     <specie name="X1" boundaryCondition="true" compartment="uVol" initialAmount="0"/> 
     <specie name="X2" boundaryCondition="true" compartment="uVol" initialAmount="0"/> 
     <specie name="S1" boundaryCondition="false" compartment="uVol" initialAmount="0"/> 
   </listOfSpecies>

  <listOfReactions>
   <reaction name="J1" reversible="false">
     <listOfReactants>
       <specieReference specie="X0" stoichiometry="1"/>
     </listOfReactants>
     <listOfProducts>
       <specieReference specie="S1" stoichiometry="1"/>
     </listOfProducts>

     <kineticLaw formula="v1">
       <listOfParameters>
         <parameter name="v1" value="0"/>
       </listOfParameters>

     </kineticLaw>
   </reaction>

   <reaction name="J2" reversible="false">
     <listOfReactants>
       <specieReference specie="S1" stoichiometry="1"/>
     </listOfReactants>
     <listOfProducts>
       <specieReference specie="X1" stoichiometry="1"/>
     </listOfProducts>

     <kineticLaw formula="v2">
       <listOfParameters>
         <parameter name="v2" value="0"/>
       </listOfParameters>

     </kineticLaw>
   </reaction>

   <reaction name="J3" reversible="false">
     <listOfReactants>
       <specieReference specie="S1" stoichiometry="1"/>
     </listOfReactants>
     <listOfProducts>
       <specieReference specie="X2" stoichiometry="1"/>
     </listOfProducts>

     <kineticLaw formula="v3">
       <listOfParameters>
         <parameter name="v3" value="0"/>
       </listOfParameters>

     </kineticLaw>
   </reaction>

  </listOfReactions>
 </model>
</sbml>
