Page MenuHomeClusterLabs Projects

stonith_admin-1.0.rng
No OneTemporary

stonith_admin-1.0.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-stonith-admin"/>
</start>
<define name="element-stonith-admin">
<choice>
<ref name="stonith-admin-list" />
<ref name="element-last-fenced" />
<ref name="element-validation" />
<element name="metadata"> <text /> </element>
</choice>
</define>
<define name="stonith-admin-list">
<element name="list">
<attribute name="name"> <text /> </attribute>
<attribute name="count"> <data type="nonNegativeInteger" /> </attribute>
<choice>
<zeroOrMore>
<ref name="fencing-history-event" />
</zeroOrMore>
<zeroOrMore>
<ref name="fencing-target" />
</zeroOrMore>
<zeroOrMore>
<ref name="device" />
</zeroOrMore>
</choice>
</element>
</define>
<define name="device">
<element name="item">
<attribute name="name"> <value>device</value> </attribute>
<data type="NCName" />
</element>
</define>
<define name="fencing-target">
<element name="target">
<attribute name="hostname"> <text /> </attribute>
<attribute name="uuid"> <text /> </attribute>
<attribute name="status"> <text /> </attribute>
</element>
</define>
<define name="element-last-fenced">
<element name="last-fenced">
<attribute name="target"> <text /> </attribute>
<attribute name="when"> <text /> </attribute>
</element>
</define>
<define name="element-validation">
<element name="validate">
<attribute name="agent"> <text /> </attribute>
<attribute name="valid"> <data type="boolean" /> </attribute>
<optional>
<externalRef href="command-output-1.0.rng" />
</optional>
</element>
</define>
<define name="fencing-history-event">
<element name="fence_event">
<attribute name="status">
<choice>
<value>failed</value>
<value>success</value>
<value>pending</value>
</choice>
</attribute>
<optional>
<attribute name="extended-status"> <text /> </attribute>
</optional>
<optional>
<attribute name="delegate"> <text /> </attribute>
</optional>
<attribute name="action"> <text /> </attribute>
<attribute name="target"> <text /> </attribute>
<attribute name="client"> <text /> </attribute>
<attribute name="origin"> <text /> </attribute>
<optional>
<attribute name="completed"> <text /> </attribute>
</optional>
</element>
</define>
</grammar>

File Metadata

Mime Type
text/xml
Expires
Tue, Oct 29, 8:37 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
938457
Default Alt Text
stonith_admin-1.0.rng (3 KB)

Event Timeline