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

testFlattening.test61_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="aggregate" timeUnits="second" extentUnits="mole">
    <listOfCompartments>
      <compartment id="c" spatialDimensions="3" size="1" units="litre" constant="true"/>
      <compartment id="submod1__c" spatialDimensions="3" size="1" units="litre" constant="true"/>
    </listOfCompartments>
    <listOfSpecies>
      <species id="S" compartment="c" initialAmount="1" substanceUnits="mole" hasOnlySubstanceUnits="true" boundaryCondition="false" constant="false"/>
      <species id="S1" compartment="c" initialAmount="1" substanceUnits="mole" hasOnlySubstanceUnits="true" boundaryCondition="false" constant="false"/>
      <species id="submod1__S1" compartment="submod1__c" initialAmount="1" substanceUnits="mole" hasOnlySubstanceUnits="true" boundaryCondition="false" constant="false"/>
    </listOfSpecies>
    <listOfInitialAssignments>
      <initialAssignment symbol="S1_stoich">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <divide/>
            <cn type="integer"> 3 </cn>
            <cn type="integer"> 2 </cn>
          </apply>
        </math>
      </initialAssignment>
    </listOfInitialAssignments>
    <listOfReactions>
      <reaction id="R1" reversible="false" fast="false">
        <listOfProducts>
          <speciesReference species="S" constant="true"/>
        </listOfProducts>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <divide/>
              <ci> S </ci>
              <ci> k </ci>
            </apply>
          </math>
          <listOfLocalParameters>
            <localParameter id="k" value="0.1" units="second"/>
          </listOfLocalParameters>
        </kineticLaw>
      </reaction>
      <reaction id="submod1__R1" reversible="false" fast="false">
        <listOfReactants>
          <speciesReference metaid="submod1____S1" id="S1_stoich" species="submod1__S1" constant="false"/>
        </listOfReactants>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <divide/>
              <ci> submod1__S1 </ci>
              <ci> k </ci>
            </apply>
          </math>
          <listOfLocalParameters>
            <localParameter id="k" value="0.1" units="second"/>
          </listOfLocalParameters>
        </kineticLaw>
      </reaction>
    </listOfReactions>
  </model>
</sbml>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy