2.14. The component_ref element

A component_ref element information item (referred to in this specification as a component_ref element) is an element in the CellML namespace with a local name equal to component_ref, and which appears as a child of an encapsulation element.

  1. Every component_ref element MUST contain a component attribute.

    The value of this attribute MUST be a valid CellML identifier, and MUST match the name attribute on a component element or an import component element in the CellML infoset.

  1. Every component_ref element MAY in turn contain one or more component_ref element children.
See more
Please see the notes about the component_ref usage under the “See more” link on the encapsulation element page.