summaryrefslogtreecommitdiff
path: root/data/rc.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'data/rc.xsd')
-rw-r--r--data/rc.xsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/rc.xsd b/data/rc.xsd
index 6d2ed1dd..2fed1f48 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -246,9 +246,10 @@
<xsd:element minOccurs="0" name="fullscreen" type="ob:bool"/>
<xsd:element minOccurs="0" name="maximized" type="ob:maximization"/>
</xsd:all>
+ <!-- at least one of these must be present -->
<xsd:attribute name="role" type="xsd:string"/>
+ <xsd:attribute name="title" type="xsd:string"/>
<xsd:attribute name="type" type="ob:clienttype"/>
- <!-- at least one of these must be present -->
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="class" type="xsd:string"/>
</xsd:complexType>