]> Dogcows Code - chaz/openbox/blobdiff - data/menu.xsd
relocate the xsd's so they don't clash, and point to the right places
[chaz/openbox] / data / menu.xsd
index f9d008dd1dc0c8355721f5688a73ea97b2d104bb..ebf236b6fc257ecbd16d50cd02b4bb54929a1002 100644 (file)
          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/"
-    xmlns:ob="http://openbox.org/"
+    targetNamespace="http://openbox.org/4.0/menu"
+    xmlns:ob="http://openbox.org/4.0/menu"
     elementFormDefault="qualified">
     <!--
          root node
@@ -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.022864 seconds and 4 git commands to generate.