Location: units import test @ fe2b0dddb29a / parent-model.cellml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2016-06-22 15:08:44+12:00
Desc:
adding some test models
Permanent Source URI:
https://models.physiomeproject.org/workspace/33e/rawfile/fe2b0dddb29ac463c5373fbd890a7ef3a2949239/parent-model.cellml

<?xml version='1.0'?>
<model name="my_model" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:xlink="http://www.w3.org/1999/xlink">
    <import xlink:href="child-model.cellml">
        <units name="local_units" units_ref="ms"/>
    </import>
    <component name="component_name">
        <variable name="unused" units="dimensionless"/>
    </component>
</model>