X7ROOT File Manager
Current Path:
/usr/share/pacemaker
usr
/
share
/
pacemaker
/
📁
..
📄
acls-1.2.rng
(1.89 KB)
📄
acls-2.0.rng
(2.48 KB)
📁
alerts
📄
alerts-2.10.rng
(2.65 KB)
📄
alerts-2.5.rng
(1.47 KB)
📄
alerts-2.9.rng
(1.47 KB)
📄
cib-1.0.rng
(1.01 KB)
📄
cib-1.2.rng
(1.36 KB)
📄
constraints-1.0.rng
(4.95 KB)
📄
constraints-1.2.rng
(6.22 KB)
📄
constraints-2.1.rng
(6.45 KB)
📄
constraints-2.2.rng
(6.75 KB)
📄
constraints-2.3.rng
(6.85 KB)
📄
constraints-2.6.rng
(6.96 KB)
📄
constraints-2.9.rng
(6.96 KB)
📄
constraints-next.rng
(7.28 KB)
📄
crm-transitional.dtd
(39.53 KB)
📄
crm.dtd
(38.7 KB)
📄
crm_mon.rng
(19.13 KB)
📄
fencing-1.2.rng
(989 B)
📄
fencing-2.4.rng
(1.12 KB)
📄
nodes-1.0.rng
(987 B)
📄
nodes-1.2.rng
(1.27 KB)
📄
nodes-1.3.rng
(1.31 KB)
📄
nodes-2.9.rng
(1.31 KB)
📄
nvset-1.3.rng
(1.31 KB)
📄
nvset-2.9.rng
(1.32 KB)
📄
nvset.rng
(1002 B)
📄
options-1.0.rng
(944 B)
📄
pacemaker-1.0.rng
(692 B)
📄
pacemaker-1.2.rng
(785 B)
📄
pacemaker-1.3.rng
(830 B)
📄
pacemaker-2.0.rng
(830 B)
📄
pacemaker-2.1.rng
(830 B)
📄
pacemaker-2.10.rng
(879 B)
📄
pacemaker-2.2.rng
(830 B)
📄
pacemaker-2.3.rng
(830 B)
📄
pacemaker-2.4.rng
(830 B)
📄
pacemaker-2.5.rng
(877 B)
📄
pacemaker-2.6.rng
(877 B)
📄
pacemaker-2.7.rng
(877 B)
📄
pacemaker-2.8.rng
(877 B)
📄
pacemaker-2.9.rng
(877 B)
📄
pacemaker-next.rng
(880 B)
📄
pacemaker.rng
(879 B)
📄
report.collector
(23.33 KB)
📄
report.common
(22.11 KB)
📄
resources-1.0.rng
(5.31 KB)
📄
resources-1.2.rng
(6.86 KB)
📄
resources-1.3.rng
(6.91 KB)
📄
resources-2.10.rng
(10.46 KB)
📄
resources-2.7.rng
(6.49 KB)
📄
resources-2.8.rng
(9.67 KB)
📄
resources-2.9.rng
(9.67 KB)
📄
rule-2.9.rng
(4.61 KB)
📄
rule.rng
(4.31 KB)
📄
score.rng
(485 B)
📄
status-1.0.rng
(536 B)
📄
tags-1.3.rng
(668 B)
📄
upgrade-1.3.xsl
(3.22 KB)
📄
upgrade06.xsl
(23.86 KB)
📄
versions.rng
(1.32 KB)
Editing: constraints-2.1.rng
<?xml version="1.0" encoding="UTF-8"?> <grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> <start> <ref name="element-constraints"/> </start> <define name="element-constraints"> <element name="constraints"> <zeroOrMore> <choice> <ref name="element-location"/> <ref name="element-colocation"/> <ref name="element-order"/> <ref name="element-rsc_ticket"/> </choice> </zeroOrMore> </element> </define> <define name="element-location"> <element name="rsc_location"> <attribute name="id"><data type="ID"/></attribute> <choice> <group> <attribute name="rsc"><data type="IDREF"/></attribute> <optional> <attribute name="role"> <ref name="attribute-roles"/> </attribute> </optional> </group> <oneOrMore> <ref name="element-resource-set"/> </oneOrMore> </choice> <choice> <group> <externalRef href="score.rng"/> <attribute name="node"><text/></attribute> </group> <oneOrMore> <externalRef href="rule.rng"/> </oneOrMore> </choice> <optional> <ref name="element-lifetime"/> </optional> </element> </define> <define name="element-resource-set"> <element name="resource_set"> <choice> <attribute name="id-ref"><data type="IDREF"/></attribute> <group> <attribute name="id"><data type="ID"/></attribute> <optional> <attribute name="sequential"><data type="boolean"/></attribute> </optional> <optional> <attribute name="require-all"><data type="boolean"/></attribute> </optional> <optional> <attribute name="ordering"> <choice> <value>group</value> <value>listed</value> </choice> </attribute> </optional> <optional> <attribute name="action"> <ref name="attribute-actions"/> </attribute> </optional> <optional> <attribute name="role"> <ref name="attribute-roles"/> </attribute> </optional> <optional> <externalRef href="score.rng"/> </optional> <oneOrMore> <element name="resource_ref"> <attribute name="id"><data type="IDREF"/></attribute> </element> </oneOrMore> </group> </choice> </element> </define> <define name="element-colocation"> <element name="rsc_colocation"> <attribute name="id"><data type="ID"/></attribute> <optional> <choice> <externalRef href="score.rng"/> <attribute name="score-attribute"><text/></attribute> <attribute name="score-attribute-mangle"><text/></attribute> </choice> </optional> <optional> <ref name="element-lifetime"/> </optional> <choice> <oneOrMore> <ref name="element-resource-set"/> </oneOrMore> <group> <attribute name="rsc"><data type="IDREF"/></attribute> <attribute name="with-rsc"><data type="IDREF"/></attribute> <optional> <attribute name="node-attribute"><text/></attribute> </optional> <optional> <attribute name="rsc-role"> <ref name="attribute-roles"/> </attribute> </optional> <optional> <attribute name="with-rsc-role"> <ref name="attribute-roles"/> </attribute> </optional> </group> </choice> </element> </define> <define name="element-order"> <element name="rsc_order"> <attribute name="id"><data type="ID"/></attribute> <optional> <ref name="element-lifetime"/> </optional> <optional> <attribute name="symmetrical"><data type="boolean"/></attribute> </optional> <optional> <choice> <externalRef href="score.rng"/> <attribute name="kind"> <ref name="order-types"/> </attribute> </choice> </optional> <choice> <oneOrMore> <ref name="element-resource-set"/> </oneOrMore> <group> <attribute name="first"><data type="IDREF"/></attribute> <attribute name="then"><data type="IDREF"/></attribute> <optional> <attribute name="first-action"> <ref name="attribute-actions"/> </attribute> </optional> <optional> <attribute name="then-action"> <ref name="attribute-actions"/> </attribute> </optional> </group> </choice> </element> </define> <define name="element-rsc_ticket"> <element name="rsc_ticket"> <attribute name="id"><data type="ID"/></attribute> <choice> <oneOrMore> <ref name="element-resource-set"/> </oneOrMore> <group> <attribute name="rsc"><data type="IDREF"/></attribute> <optional> <attribute name="rsc-role"> <ref name="attribute-roles"/> </attribute> </optional> </group> </choice> <attribute name="ticket"><text/></attribute> <optional> <attribute name="loss-policy"> <choice> <value>stop</value> <value>demote</value> <value>fence</value> <value>freeze</value> </choice> </attribute> </optional> </element> </define> <define name="attribute-actions"> <choice> <value>start</value> <value>promote</value> <value>demote</value> <value>stop</value> </choice> </define> <define name="attribute-roles"> <choice> <value>Stopped</value> <value>Started</value> <value>Master</value> <value>Slave</value> </choice> </define> <define name="order-types"> <choice> <value>Optional</value> <value>Mandatory</value> <value>Serialize</value> </choice> </define> <define name="element-lifetime"> <element name="lifetime"> <oneOrMore> <externalRef href="rule.rng"/> </oneOrMore> </element> </define> </grammar>
Upload File
Create Folder