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: resources-1.2.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-resources"/> </start> <define name="element-resources"> <element name="resources"> <zeroOrMore> <choice> <ref name="element-primitive"/> <ref name="element-template"/> <ref name="element-group"/> <ref name="element-clone"/> <ref name="element-master"/> </choice> </zeroOrMore> </element> </define> <define name="element-primitive"> <element name="primitive"> <interleave> <attribute name="id"><data type="ID"/></attribute> <choice> <group> <choice> <group> <attribute name="class"><value>ocf</value></attribute> <attribute name="provider"><text/></attribute> </group> <attribute name="class"> <choice> <value>lsb</value> <value>heartbeat</value> <value>stonith</value> <value>upstart</value> <value>service</value> <value>systemd</value> <value>nagios</value> </choice> </attribute> </choice> <attribute name="type"><text/></attribute> </group> <attribute name="template"><data type="IDREF"/></attribute> </choice> <optional> <attribute name="description"><text/></attribute> </optional> <ref name="element-resource-extra"/> <ref name="element-operations"/> <zeroOrMore> <element name="utilization"> <externalRef href="nvset.rng"/> </element> </zeroOrMore> </interleave> </element> </define> <define name="element-template"> <element name="template"> <interleave> <attribute name="id"><data type="ID"/></attribute> <choice> <group> <attribute name="class"><value>ocf</value></attribute> <attribute name="provider"><text/></attribute> </group> <attribute name="class"> <choice> <value>lsb</value> <value>heartbeat</value> <value>stonith</value> <value>upstart</value> </choice> </attribute> </choice> <attribute name="type"><text/></attribute> <optional> <attribute name="description"><text/></attribute> </optional> <ref name="element-resource-extra"/> <ref name="element-operations"/> <zeroOrMore> <element name="utilization"> <externalRef href="nvset.rng"/> </element> </zeroOrMore> </interleave> </element> </define> <define name="element-group"> <element name="group"> <attribute name="id"><data type="ID"/></attribute> <optional> <attribute name="description"><text/></attribute> </optional> <interleave> <ref name="element-resource-extra"/> <oneOrMore> <ref name="element-primitive"/> </oneOrMore> </interleave> </element> </define> <define name="element-clone"> <element name="clone"> <attribute name="id"><data type="ID"/></attribute> <optional> <attribute name="description"><text/></attribute> </optional> <interleave> <ref name="element-resource-extra"/> <choice> <ref name="element-primitive"/> <ref name="element-group"/> </choice> </interleave> </element> </define> <define name="element-master"> <element name="master"> <attribute name="id"><data type="ID"/></attribute> <optional> <attribute name="description"><text/></attribute> </optional> <interleave> <ref name="element-resource-extra"/> <choice> <ref name="element-primitive"/> <ref name="element-group"/> </choice> </interleave> </element> </define> <define name="element-resource-extra"> <zeroOrMore> <choice> <element name="meta_attributes"> <externalRef href="nvset.rng"/> </element> <element name="instance_attributes"> <externalRef href="nvset.rng"/> </element> </choice> </zeroOrMore> </define> <define name="element-operations"> <optional> <element name="operations"> <optional> <attribute name="id"><data type="ID"/></attribute> </optional> <optional> <attribute name="id-ref"><data type="IDREF"/></attribute> </optional> <zeroOrMore> <element name="op"> <attribute name="id"><data type="ID"/></attribute> <attribute name="name"><text/></attribute> <attribute name="interval"><text/></attribute> <optional> <attribute name="description"><text/></attribute> </optional> <optional> <choice> <attribute name="start-delay"><text/></attribute> <attribute name="interval-origin"><text/></attribute> </choice> </optional> <optional> <attribute name="timeout"><text/></attribute> </optional> <optional> <attribute name="enabled"><data type="boolean"/></attribute> </optional> <optional> <attribute name="record-pending"><data type="boolean"/></attribute> </optional> <optional> <attribute name="role"> <choice> <value>Stopped</value> <value>Started</value> <value>Slave</value> <value>Master</value> </choice> </attribute> </optional> <optional> <attribute name="requires"> <choice> <value>nothing</value> <value>quorum</value> <value>fencing</value> </choice> </attribute> </optional> <optional> <attribute name="on-fail"> <choice> <value>ignore</value> <value>block</value> <value>stop</value> <value>restart</value> <value>standby</value> <value>fence</value> <value>restart-container</value> </choice> </attribute> </optional> <ref name="element-resource-extra"/> </element> </zeroOrMore> </element> </optional> </define> </grammar>
Upload File
Create Folder