Location: CellML 2.0 testing @ a984419d72b5 / complex_encapsulation.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2017-08-31 11:16:51+12:00
Desc:
adding initial set of test models used in libcellml
Permanent Source URI:
https://models.physiomeproject.org/workspace/4b1/rawfile/a984419d72b5dc4ef514f02defb70308fa57b09c/complex_encapsulation.xml

<?xml version="1.0" encoding="UTF-8"?>
<model xmlns="http://www.cellml.org/cellml/2.0#" 
	xmlns:cellml="http://www.cellml.org/cellml/2.0#" 
	xmlns:xlink="http://www.w3.org/1999/xlink" 
	name="complex_encapsulation_example" 
	id="complex_encpsulation_example_id">
  <component name="root"/>
  <component name="L1_c1"/>
  <component name="L1_c2"/>
  <component name="L1_c3"/>
  <component name="L1_L2_c1"/>
  <encapsulation>
    <component_ref component="root">
      <component_ref component="L1_c1">
        <component_ref component="L1_L2_c1"/>
      </component_ref>
      <component_ref component="L1_c2"/>
      <component_ref component="L1_c3"/>
    </component_ref>
  </encapsulation>
</model>