blob: 63ee46d9c7daa72d8431c57003c8a1c4c5dc9b3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|