/usr/share/SBMLToolbox/Test/test-data/csymbolDelay.xml is in sbmltoolbox 4.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | <?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2" level="2" version="1">
<model>
<listOfCompartments>
<compartment id="c" constant="false"/>
</listOfCompartments>
<listOfParameters>
<parameter id="p" value="1" constant="false"/>
<parameter id="p1" value="1" units="metre" constant="false"/>
<parameter id="delta_t" value="1" units="second" constant="false"/>
</listOfParameters>
<listOfRules>
<algebraicRule>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<times/>
<ci> p </ci>
<apply>
<csymbol encoding="text" definitionURL="http://www.sbml.org/sbml/symbols/delay"> delay </csymbol>
<ci> p1 </ci>
<ci> delta_t </ci>
</apply>
</apply>
</math>
</algebraicRule>
</listOfRules>
</model>
</sbml>
|