Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4639541
ticket-2.35.rng
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
ticket-2.35.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">
<include href="../constraints-3.9.rng">
<start>
<ref name="element-ticket"/>
</start>
<!-- This redefines the constraints element from constraints-X.X.rng
so it can only contain the element-rsc_ticket element. This allows
us to restrict it so only those kinds of constraints are allowed
in ticket XML.
-->
<define name="element-constraints">
<element name="constraints">
<zeroOrMore>
<ref name="element-rsc_ticket"/>
</zeroOrMore>
</element>
</define>
</include>
<define name="element-ticket">
<element name="ticket">
<attribute name="id"> <text /> </attribute>
<optional>
<attribute name="status">
<choice>
<value>granted</value>
<value>revoked</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="standby"> <data type="boolean" /> </attribute>
</optional>
<optional>
<attribute name="last-granted"> <text /> </attribute>
</optional>
<optional>
<element name="attribute">
<attribute name="name"> <text /> </attribute>
<attribute name="value"> <text /> </attribute>
</element>
</optional>
<zeroOrMore>
<attribute>
<anyName>
<except>
<name>attribute</name>
<name>constraints</name>
<name>id</name>
<name>last-granted</name>
<name>standby</name>
<name>status</name>
</except>
</anyName>
<text />
</attribute>
</zeroOrMore>
<optional>
<ref name="element-constraints" />
</optional>
</element>
</define>
</grammar>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Thu, Jul 10, 3:09 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1994182
Default Alt Text
ticket-2.35.rng (2 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment