Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4624033
options-2.36.rng
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
options-2.36.rng
View Options
<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<!--
Pacemaker outputs option lists in an OCF-like XML format, but there are
differences that break validation against the unaltered schema.
-->
<include href="ocf-ra-1.1.rng">
<!--
The OCF RA 1.1 schema requires an actions element. Pacemaker option
lists don't include an actions element.
-->
<define name="element-actions">
<empty />
</define>
</include>
<!-- Extend the allowed types (see Pacemaker Explained for details) -->
<define name="atomic-types" combine="choice">
<choice>
<value>duration</value>
<value>epoch_time</value>
<value>nonnegative_integer</value>
<value>percentage</value>
<value>port</value>
<value>score</value>
<value>timeout</value>
<value>version</value>
<!-- @COMPAT Deprecated -->
<value>time</value>
</choice>
</define>
<!-- Pacemaker options have additional parameter attributes -->
<define name="parameter-attributes" combine="interleave">
<!-- Parameter is for advanced use only -->
<attribute name="advanced" />
<!-- Parameter's value is Pacemaker-generated, not user-configured -->
<attribute name="generated" />
</define>
</grammar>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Tue, Jul 8, 5:22 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1996404
Default Alt Text
options-2.36.rng (1 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment