diff options
Diffstat (limited to 'rgmanager/src/resources/resources.rng.mid')
-rw-r--r-- | rgmanager/src/resources/resources.rng.mid | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/rgmanager/src/resources/resources.rng.mid b/rgmanager/src/resources/resources.rng.mid new file mode 100644 index 0000000..63ee46d --- /dev/null +++ b/rgmanager/src/resources/resources.rng.mid @@ -0,0 +1,20 @@ + <define name="RESOURCEACTION"> + <zeroOrMore> + <element name="action" rha:description="Overrides resource action timings for a resource instance."> + <attribute name="name" rha:description="Name of resource action (start, stop, status, etc.)."/> + <optional> + <attribute name="depth" rha:description="Status check depth (resource agent dependent; * = all depths)."/> + </optional> + <optional> + <attribute name="interval" rha:description="Status check interval."/> + </optional> + <optional> + <attribute name="timeout" rha:description="Action timeout. Meaningless unless __enforce_timeouts is set for this resource."/> + </optional> + </element> + </zeroOrMore> + </define> + + <define name="CHILDREN"> + <zeroOrMore> + <choice> |