]> Dogcows Code - chaz/openbox/blobdiff - data/menu.xsd
remove grab_pointer_window, nothing used it
[chaz/openbox] / data / menu.xsd
index f9d008dd1dc0c8355721f5688a73ea97b2d104bb..0342687dc8a28714c4ac1f71d248eb576079dc93 100644 (file)
@@ -11,6 +11,8 @@
          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
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
@@ -36,6 +38,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">
       -->
     <xs:simpleType name="actionname">
         <xs:restriction base="xs:string">
-            <xs:enumeration value="execute"/>
-            <xs:enumeration value="restart"/>
-            <xs:enumeration value="reconfigure"/>
-            <xs:enumeration value="exit"/>
+            <xs:enumeration value="Execute"/>
+            <xs:enumeration value="Restart"/>
+            <xs:enumeration value="Reconfigure"/>
+            <xs:enumeration value="Exit"/>
         </xs:restriction>
     </xs:simpleType>
 </xs:schema>
This page took 0.023829 seconds and 4 git commands to generate.