<?xml version='1.0' encoding='UTF-8'?>
<model name="experiment_JNCX" 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="../common/units.cellml">
        <units name="flux" units_ref="flux"/>
    </import>
    <import xlink:href="../common/environment.cellml">
        <component component_ref="environment" name="environment"/>
    </import>
    <import xlink:href="../common/parameters.cellml">
        <component component_ref="model_parameters" name="model_parameters"/>
    </import>
    <import xlink:href="../common/generator.cellml">
        <component component_ref="experiment" name="experiment"/>
    </import>
    <import xlink:href="J_NCX.cellml">
        <component component_ref="JNCX" name="JNCX"/>
    </import>
    <connection>
        <map_components component_1="experiment" component_2="environment"/>
        <map_variables variable_1="time" variable_2="time"/>
    </connection>
    <connection>
        <map_components component_1="experiment" component_2="JNCX"/>
        <map_variables variable_1="CMT" variable_2="CMT"/>
        <map_variables variable_1="time" variable_2="time"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="JNCX"/>
        <map_variables variable_1="time" variable_2="time"/>
    </connection>
    <component name="outputs">
        <variable name="time" public_interface="in" units="second"/>
        <variable name="JNCX" public_interface="in" units="flux"/>
    </component>
    <connection>
        <map_components component_1="outputs" component_2="JNCX"/>
        <map_variables variable_1="time" variable_2="time"/>
        <map_variables variable_1="JNCX" variable_2="JNCX"/>
    </connection>
</model>
