cockpit/themes/extended/rngs/closed_loop.rng in cpee-2.0.14 vs cockpit/themes/extended/rngs/closed_loop.rng in cpee-2.0.15
- old
+ new
@@ -1,12 +1,18 @@
<element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="closed_loop" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0">
<attribute name="frequency" rngui:label="Interval frequency in Hz" rngui:default="0.1">
<data type="float" rngui:label="Hz"/>
</attribute>
- <attribute name="behaviour" rngui:label="Interval duration overrun">
+ <attribute name="overrun" rngui:label="Interval duration overrun">
<choice>
<value>wait</value>
<value>cancel</value>
+ </choice>
+ </attribute>
+ <attribute name="execution" rngui:label="Measure-control cycle execution">
+ <choice>
+ <value>sequential</value>
+ <value>parallel</value>
</choice>
</attribute>
<element name="_probability" rngui:mark="true" rngui:header="Execution Probability">
<element name="_probability_min" rngui:label="Min times">
<data type="nonNegativeInteger" rngui:label="Times"/>