
testFlattening.test27_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="timeconv" value="60" constant="true"/> <parameter id="sub1__timeconv" value="60" constant="true"/> <parameter id="sub1__timeconv_times_timeconv" constant="true"/> <parameter id="sub1__sub1__t1" constant="false"/> </listOfParameters> <listOfInitialAssignments> <initialAssignment symbol="sub1__timeconv_times_timeconv"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <times/> <ci> sub1__timeconv </ci> <ci> timeconv </ci> </apply> </math> </initialAssignment> </listOfInitialAssignments> <listOfRules> <assignmentRule variable="sub1__sub1__t1"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <plus/> <apply> <divide/> <csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time"> time </csymbol> <ci> sub1__timeconv_times_timeconv </ci> </apply> <cn type="integer"> 3 </cn> </apply> </math> </assignmentRule> </listOfRules> </model> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy