/usr/share/cluster/relaxng/resources.rng.mid is in resource-agents 1:4.0.0~rc1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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>
|