Location: Structural Test CellML 1.1 Models @ dabad7cb25fd / 1-S_equals_1.cellml

Author:
mike <devnull@localhost>
Date:
2014-09-16 14:53:52+12:00
Desc:
Adding simple README
Permanent Source URI:
https://models.physiomeproject.org/workspace/1bf/rawfile/dabad7cb25fdcc50487835c6b80afd74f4c53ec0/1-S_equals_1.cellml

<?xml version="1.0" encoding="utf-8"?>

<model name="ModelA" cmeta:id="ModelA" xmlns="http://www.cellml.org/cellml/1.0#" xmlns:cellml="http://www.cellml.org/cellml/1.0#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#">
   <component name="a">
      <variable name="s" units="dimensionless"/>
      <math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <eq/>
            <ci>s</ci>
            <cn cellml:units="dimensionless">1</cn>
         </apply>
      </math>
   </component>
</model>