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

testFlattening.test7_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>
    <listOfParameters>
      <parameter id="param1" value="10.42" constant="false"/>
      <parameter id="submod1__subparam2" value="6" constant="true"/>
    </listOfParameters>
    <listOfInitialAssignments>
      <initialAssignment symbol="param1">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <plus/>
            <ci> submod1__subparam2 </ci>
            <cn type="integer"> 6 </cn>
          </apply>
        </math>
      </initialAssignment>
    </listOfInitialAssignments>
    <listOfRules>
      <rateRule variable="param1">
        <math xmlns="http://www.w3.org/1998/Math/MathML">
          <apply>
            <plus/>
            <apply>
              <times/>
              <cn type="integer"> 8 </cn>
              <ci> submod1__subparam2 </ci>
            </apply>
            <ci> param1 </ci>
          </apply>
        </math>
      </rateRule>
    </listOfRules>
  </model>
</sbml>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy