Location: Metabolic Component Library @ b9be078f1e21 / CellML-source / CellMLTools / test.cellml

Author:
Matthias K?nig <matthias.koenig@charite.de>
Date:
2013-04-18 21:52:42+02:00
Desc:
Wolf Heinrich Example implemented and working !
Permanent Source URI:
https://models.cellml.org/w/matthiaskoenig/MetabolicComponentLibrary/rawfile/b9be078f1e2152d7c1b817af12a7ddcb8db3c0df/CellML-source/CellMLTools/test.cellml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" name="TestModel"><units name="second"><unit units="second"/></units><component name="component1"><variable initial_value="10" name="variable1" public_interface="out" units="second"/></component><component name="component2"><variable name="variable2" public_interface="in" units="second"/></component><connection><map_components component_1="component1" component_2="component2"/><map_variables variable_1="variable1" variable_2="variable2"/></connection></model>