Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3151622
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/ra/next/ra-api.ng b/ra/next/ra-api.ng
index 050d545..9be71b1 100644
--- a/ra/next/ra-api.ng
+++ b/ra/next/ra-api.ng
@@ -1,127 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<start><element name="resource-agent">
<attribute name="name" />
<optional><attribute name="version" /></optional>
<element name="version"> <text /> </element>
<zeroOrMore><element name="longdesc">
<ref name="description" />
</element></zeroOrMore>
<zeroOrMore><element name="shortdesc">
<ref name="description" />
</element></zeroOrMore>
<element name="parameters"> <oneOrMore>
<element name="parameter">
<attribute name="name" />
<optional>
<attribute name="unique"> <ref name="boolean-values" /> </attribute>
</optional>
<optional>
<attribute name="required"> <ref name="boolean-values" /> </attribute>
</optional>
<oneOrMore> <element name="longdesc">
<ref name="description" />
</element> </oneOrMore>
<oneOrMore> <element name="shortdesc">
<ref name="description" />
</element> </oneOrMore>
<element name="content">
<choice>
<attribute name="type">
<choice>
<value>boolean</value>
<value>string</value>
<value>integer</value>
</choice>
</attribute>
<group>
<attribute name="type">
<value>select</value>
</attribute>
<oneOrMore>
<element name="option">
<attribute name="value" />
</element>
</oneOrMore>
</group>
</choice>
<optional>
<attribute name="default"> <text /> </attribute>
</optional>
</element>
</element>
</oneOrMore> </element>
<element name="actions"> <oneOrMore>
<element name="action">
<attribute name="name">
<choice>
<value>start</value>
<value>stop</value>
<value>recover</value>
<value>status</value>
<value>reload</value>
<value>meta-data</value>
<value>verify-all</value>
</choice>
</attribute>
<attribute name="timeout" />
<optional><attribute name="interval" /></optional>
<optional><attribute name="start-delay" /></optional>
<optional><attribute name="depth" /></optional>
</element>
</oneOrMore> </element>
- <element name="special">
+ <optional><element name="special">
<attribute name="tag" />
<ref name="anyElement" />
- </element>
+ </element></optional>
</element></start>
<define name="boolean-values">
<choice>
<value>0</value>
<value>1</value>
</choice>
</define>
<define name="description">
<attribute name="lang" />
<ref name="anyElement" />
</define>
<define name="any">
<zeroOrMore>
<choice>
<attribute>
<anyName/>
</attribute>
<text/>
<element>
<anyName/>
<ref name="any" />
</element>
</choice>
</zeroOrMore>
</define>
<define name="anyElement">
<zeroOrMore>
<choice>
<text/>
<element>
<anyName/>
<ref name="any" />
</element>
</choice>
</zeroOrMore>
</define>
</grammar>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Feb 24, 7:37 AM (1 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1464047
Default Alt Text
(3 KB)
Attached To
Mode
rO OCF-spec
Attached
Detach File
Event Timeline
Log In to Comment