All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testFlattening.test56_flat.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1">
  <model id="bar" name="bar">
    <listOfCompartments>
      <compartment sboTerm="SBO:0000410" id="default_compartment" spatialDimensions="3" size="1" constant="true"/>
    </listOfCompartments>
    <listOfSpecies>
      <species id="y" compartment="default_compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/>
    </listOfSpecies>
    <listOfRules>
      <assignmentRule variable="y_stoich">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <cn type="rational"> 2 <sep/> 3 </cn>
        </math>
      </assignmentRule>
    </listOfRules>
    <listOfReactions>
      <reaction id="J1" reversible="true" fast="false">
        <listOfProducts>
          <speciesReference id="y_stoich" species="y" stoichiometry="1" constant="false"/>
        </listOfProducts>
      </reaction>
    </listOfReactions>
  </model>
</sbml>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy