Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2019924
options-2.34.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.34.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 to include percentage and time -->
<define name="atomic-types" combine="choice">
<choice>
<value>percentage</value>
<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
Mon, Dec 23, 11:44 AM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128227
Default Alt Text
options-2.34.rng (1 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment