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, which appears as a child of a component element.
Every
resetelement MUST have exactly one of each of the following attributes:The
variableattribute. The value of thevariableattribute MUST be a valid variable reference, as defined in 3.5 Variable references.
The
test_variableattribute. The value of thetest_variableattribute MUST be a valid variable reference, as defined in 3.5 Variable references.
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 equivalent variable set (see 3.10 Interpretation of map_variables elements).
A
resetelement MUST contain exactly two element children, which MUST be one of each of the following types:A
reset_valueelement; and
A
test_valueelement.