testFlattening.test35_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="sub1__t1" value="1" constant="false"/> <parameter id="sub1__t2" value="1" constant="false"/> </listOfParameters> <listOfEvents> <event id="sub1__E0" useValuesFromTriggerTime="true"> <trigger initialValue="true" persistent="true"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <gt/> <csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time"> time </csymbol> <cn type="integer"> 3 </cn> </apply> </math> </trigger> <priority metaid="sub1__E0_priority"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <cn type="integer"> 10 </cn> </math> </priority> <listOfEventAssignments> <eventAssignment metaid="sub1__E0_asnt1" variable="sub1__t1"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <cn> 3.3 </cn> </math> </eventAssignment> <eventAssignment metaid="sub1__E0_asnt2" variable="sub1__t2"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <cn> 5.5 </cn> </math> </eventAssignment> </listOfEventAssignments> </event> </listOfEvents> </model> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy