When showing a window's title in the kill prompt, if it doesn't have a title use...
[mikachu/openbox.git] / data / menu.xsd
index 2837a1b..e3e1e17 100644 (file)
@@ -1,22 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-     xml Schema for the openbox windowmanager menu file
 
-     Changes:
-     Don Aug 14 21:10:27 CEST 2003 - pch(a)myzel.net
-         split from rc3.xsd
-     Mon Sep  8 12:33:57 CEST 2003 - pch(a)myzel.net
-         up to beta1
-     Die Sep 16 21:22:59 CEST 2003 - pch(a)myzel.net
-         use a namespace
-     Fri Sep 19 14:36:33 EDT 2003 - xor(a)orodu.net
-         use openbox.org for namespace
-     Mon Sep 22 02:42:10 EDT 2003 - xor(a)orodu.net
-         fix some capitalization
--->
+<!-- XML Schema for the Openbox window manager menu file -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-    targetNamespace="http://openbox.org/"
-    xmlns:ob="http://openbox.org/"
+    targetNamespace="http://openbox.org/3.4/menu"
+    xmlns:ob="http://openbox.org/3.4/menu"
     elementFormDefault="qualified">
     <!--
          root node
@@ -38,6 +26,7 @@
             <xs:element maxOccurs="unbounded" minOccurs="0" name="separator" type="ob:empty"/>
         </xs:choice>
         <xs:attribute name="label" type="xs:string" use="optional"/>
+        <xs:attribute name="execute" type="xs:string" use="optional"/>
         <xs:attribute name="id" type="xs:string" use="required"/>
     </xs:complexType>
     <xs:complexType name="empty">
@@ -50,7 +39,7 @@
             <xs:element minOccurs="0" name="action">
                 <xs:complexType>
                     <xs:sequence>
-                        <xs:element minOccurs="0" name="Execute" type="xs:string"/>
+                        <xs:element minOccurs="0" name="execute" type="xs:string"/>
                     </xs:sequence>
                     <xs:attribute name="name" type="ob:actionname" use="required"/>
                 </xs:complexType>