<?xml version="1.0" encoding="UTF-8"?>
<sbml  level="2" version="3"  xmlns="http://www.sbml.org/sbml/level2/version3" >
<model name="lambeth">
 <listOfSpeciesTypes>
  <speciesType id="Ph" name="Ph" />
  <speciesType id="GLY" name="GLY" />
  <speciesType id="G1P" name="G1P" />
 </listOfSpeciesTypes>


 <listOfCompartments>
  <compartment id="Undefined" name="Undefined" size="4711"  />
 </listOfCompartments>

 <listOfSpecies>
  <species id="Ph_Undefined" speciesType="Ph" name="Ph"  boundaryCondition="false"  compartment="Undefined" />
  <species id="G1P_Undefined" speciesType="G1P" name="G1P"  boundaryCondition="false"  compartment="Undefined" />
  <species id="GLY_Undefined" speciesType="GLY" name="GLY"  boundaryCondition="false"  compartment="Undefined" />
 </listOfSpecies>

 <listOfReactions>
 <reaction id="vgp" name="Ph + GLY __&gt; G1P " reversible="false">
  <listOfReactants>
   <speciesReference species="Ph_Undefined" stoichiometry="3" />
   <speciesReference species="GLY_Undefined" stoichiometry="3" />
  </listOfReactants>
  <listOfProducts>
   <speciesReference species="G1P_Undefined" stoichiometry="3" />
  </listOfProducts>
 </reaction>

 </listOfReactions>

</model>
</sbml>

