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

testFlattening.test49.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" xmlns:comp="http://www.sbml.org/sbml/level3/version1/comp/version1" level="3" version="1" comp:required="true">
  <model>
    <listOfCompartments>
      <compartment id="C" size="1" constant="true"/>
    </listOfCompartments>
    <listOfSpecies>
      <species id="s1" compartment="C" initialAmount="1" hasOnlySubstanceUnits="true" boundaryCondition="false" constant="false"/>
    </listOfSpecies>
    <listOfParameters>
      <parameter id="extentconv" value="1000" constant="true"/>
      <parameter id="timeconv" value="60" constant="true"/>
    </listOfParameters>
    <listOfReactions>
      <reaction id="J0" reversible="true" fast="false">
        <listOfProducts>
          <speciesReference species="s1" constant="true"/>
        </listOfProducts>
        <kineticLaw>
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <cn type="integer"> 10 </cn>
          </math>
        </kineticLaw>
        <comp:listOfReplacedElements>
          <comp:replacedElement comp:idRef="J0" comp:submodelRef="sub1"/>
        </comp:listOfReplacedElements>
      </reaction>
    </listOfReactions>
    <comp:listOfSubmodels>
      <comp:submodel comp:id="sub1" comp:modelRef="moddef1" comp:timeConversionFactor="timeconv" comp:extentConversionFactor="extentconv"/>
    </comp:listOfSubmodels>
  </model>
  <comp:listOfModelDefinitions>
    <comp:modelDefinition id="moddef1">
      <listOfCompartments>
        <compartment id="C" size="1" constant="true"/>
      </listOfCompartments>
      <listOfSpecies>
        <species id="s1" compartment="C" initialAmount="1" hasOnlySubstanceUnits="true" boundaryCondition="false" constant="false"/>
      </listOfSpecies>
      <listOfParameters>
        <parameter id="p80" constant="false"/>
      </listOfParameters>
      <listOfRules>
        <assignmentRule variable="p80">
          <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
              <plus/>
              <ci> J0 </ci>
              <cn type="integer"> 6 </cn>
            </apply>
          </math>
        </assignmentRule>
      </listOfRules>
      <listOfReactions>
        <reaction id="J0" reversible="true" fast="false">
          <listOfProducts>
            <speciesReference species="s1" constant="true"/>
          </listOfProducts>
          <kineticLaw>
            <math xmlns="http://www.w3.org/1998/Math/MathML">
              <cn type="integer"> 10 </cn>
            </math>
          </kineticLaw>
        </reaction>
      </listOfReactions>
    </comp:modelDefinition>
  </comp:listOfModelDefinitions>
</sbml>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy