
testFlattening.test38.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> <comp:listOfSubmodels> <comp:submodel comp:id="sub1" comp:modelRef="moddef1"> <comp:listOfDeletions> <comp:deletion comp:metaIdRef="E0_delay"/> <comp:deletion comp:metaIdRef="E0_priority"/> <comp:deletion comp:metaIdRef="E0_asnt2"/> </comp:listOfDeletions> </comp:submodel> </comp:listOfSubmodels> </model> <comp:listOfModelDefinitions> <comp:modelDefinition id="moddef1"> <listOfParameters> <parameter id="t1" value="1" constant="false"/> <parameter id="t2" value="1" constant="false"/> </listOfParameters> <listOfEvents> <event id="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> <delay metaid="E0_delay"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <divide/> <cn type="integer"> 1 </cn> <csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/time"> time </csymbol> </apply> </math> </delay> <priority metaid="E0_priority"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <cn type="integer"> 10 </cn> </math> </priority> <listOfEventAssignments> <eventAssignment metaid="E0_asnt1" variable="t1"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <cn> 3.3 </cn> </math> </eventAssignment> <eventAssignment metaid="E0_asnt2" variable="t2"> <math xmlns="http://www.w3.org/1998/Math/MathML"> <cn> 5.5 </cn> </math> </eventAssignment> </listOfEventAssignments> </event> </listOfEvents> </comp:modelDefinition> </comp:listOfModelDefinitions> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy