]> Dogcows Code - chaz/openbox/blobdiff - data/menu.xsd
updates and fixes for the xml/xsd shit
[chaz/openbox] / data / menu.xsd
index 2837a1b7f51bbcfb04ce8e3139bdab0da105fa6f..0342687dc8a28714c4ac1f71d248eb576079dc93 100644 (file)
@@ -38,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">
@@ -50,7 +51,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>
This page took 0.020758 seconds and 4 git commands to generate.