Fix: xml: Support integer as rule type attribute
The Pacemaker Explained doc has long described "integer" as a valid
value for the "type" attribute of a rule. The rule schema includes
"number" but does not include "integer" in this position.
This commit adds "integer" to the schema alongside "number".
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>