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, which appears as a descendant of an encapsulation element.
Every
component_refelement MUST contain acomponentattribute.The value of the
componentattribute MUST be a valid component reference, as defined in 3.4 Component references.The value of the
componentattribute MUST NOT be identical to the value of thecomponentattribute on any othercomponent_refelement in the CellML infoset.
Every
component_refelement MAY in turn contain one or morecomponent_refelement children.
See more
Please see the notes about the component_ref usage under the “See more” link in 2.13 The encapsulation element.