2.9. The reset elementΒΆ
A reset element information item (referred to in this specification as a reset element) is an element in the CellML namespace with a local name equal to reset, and which appears as a child of a component element.
Every
resetelement MUST have exactly one each of the following attributes:- The
variableattribute. The value of thevariableattribute MUST be a variable reference to a variable defined within the parentcomponentelement of theresetelement.
- The
test_variableattribute. The value of thetest_variableattribute MUST be a variable reference to a variable defined within the parentcomponentelement of theresetelement.
The
orderattribute. The value of theorderattribute MUST be an integer string.The value of the
orderattribute MUST be unique for allresetelements withvariableattributes that reference variables in the same connected variable set (see Interpretation of map_variables).
- The
A
resetelement MUST contain exactly two element children, which MUST be one each of the following types:- A
test_valueelement; and,
- A
reset_valueelement.
- A