]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
add <dialog><focus/><desktop/> to allow disabling popups
[chaz/openbox] / data / rc.xsd
index 3d4db35d2a9c9f03ade46b4d58f1b2d49526515c..239a955559a7a0e793e6082afa9afc544238435e 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:34:53 EDT 2003 - xor(a)orodu.net
+         add the focusLast and raiseOnFocus options
+         fix some capitalization
+     Mon Sep 22 14:08:16 EDT 2003 - xor(a)orodu.net
+         update hideTimeout to hideDelay
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
@@ -41,6 +46,7 @@
                 <xs:element name="desktops" type="ob:desktops"/>
                 <xs:element name="resize" type="ob:resize"/>
                 <xs:element name="dock" type="ob:dock"/>
+                <xs:element name="dialog" type="ob:dialog"/>
                 <xs:element name="keyboard" type="ob:keyboard"/>
                 <xs:element name="mouse" type="ob:mouse"/>
                 <xs:element name="menu" type="ob:menu"/>
         </xs:annotation>
         <xs:sequence>
             <xs:element name="focusNew" type="ob:yesorno"/>
+            <xs:element name="focusLast" type="ob:yesorno"/>
             <xs:element name="followMouse" type="ob:yesorno"/>
             <xs:element name="focusDelay" type="xs:integer"/>
+            <xs:element name="raiseOnFocus" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="theme">
             <xs:element name="floatingX" type="xs:integer"/>
             <xs:element name="floatingY" type="xs:integer"/>
             <xs:element name="autoHide" type="ob:yesorno"/>
-            <xs:element name="hideTimeout" type="xs:integer"/>
+            <xs:element name="hideDelay" type="xs:integer"/>
+            <xs:element name="moveButton" type="ob:button"/>
+        </xs:sequence>
+    </xs:complexType>
+    <xs:complexType name="dialog">
+        <xs:sequence>
+            <xs:element name="focus" type="ob:yesorno"/>
+            <xs:element name="desktop" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="action">
     </xs:simpleType>
     <xs:simpleType name="position">
         <xs:restriction base="xs:string">
-            <xs:enumeration value="topleft"/>
-            <xs:enumeration value="top"/>
-            <xs:enumeration value="topright"/>
-            <xs:enumeration value="right"/>
-            <xs:enumeration value="bottomright"/>
-            <xs:enumeration value="bottom"/>
-            <xs:enumeration value="bottomleft"/>
-            <xs:enumeration value="left"/>
-            <xs:enumeration value="floating"/>
+            <xs:enumeration value="TopLeft"/>
+            <xs:enumeration value="Top"/>
+            <xs:enumeration value="TopRight"/>
+            <xs:enumeration value="Right"/>
+            <xs:enumeration value="BottomRight"/>
+            <xs:enumeration value="Bottom"/>
+            <xs:enumeration value="BottomLeft"/>
+            <xs:enumeration value="Left"/>
+            <xs:enumeration value="Floating"/>
         </xs:restriction>
     </xs:simpleType>
     <xs:simpleType name="stacking">
         <xs:restriction base="xs:string">
-            <xs:enumeration value="top"/>
-            <xs:enumeration value="normal"/>
-            <xs:enumeration value="bottom"/>
+            <xs:enumeration value="Top"/>
+            <xs:enumeration value="Normal"/>
+            <xs:enumeration value="Bottom"/>
         </xs:restriction>
     </xs:simpleType>
     <xs:simpleType name="direction">
         <xs:restriction base="xs:string">
-            <xs:enumeration value="horizontal"/>
-            <xs:enumeration value="vertical"/>
+            <xs:enumeration value="Horizontal"/>
+            <xs:enumeration value="Vertical"/>
         </xs:restriction>
     </xs:simpleType>
     <xs:simpleType name="keyname">
     </xs:simpleType>
     <xs:simpleType name="contextname">
         <xs:restriction base="xs:string">
-            <xs:enumeration value="desktop"/>
-            <xs:enumeration value="client"/>
-            <xs:enumeration value="titlebar"/>
-            <xs:enumeration value="handle"/>
-            <xs:enumeration value="frame"/>
-            <xs:enumeration value="tlcorner"/>
-            <xs:enumeration value="trcorner"/>
-            <xs:enumeration value="blcorner"/>
-            <xs:enumeration value="brcorner"/>
-            <xs:enumeration value="maximize"/>
-            <xs:enumeration value="alldesktops"/>
-            <xs:enumeration value="shade"/>
-            <xs:enumeration value="iconify"/>
-            <xs:enumeration value="icon"/>
-            <xs:enumeration value="close"/>
+            <xs:enumeration value="Desktop"/>
+            <xs:enumeration value="Client"/>
+            <xs:enumeration value="Titlebar"/>
+            <xs:enumeration value="Handle"/>
+            <xs:enumeration value="Frame"/>
+            <xs:enumeration value="TLCorner"/>
+            <xs:enumeration value="TRCorner"/>
+            <xs:enumeration value="BLCorner"/>
+            <xs:enumeration value="BRCorner"/>
+            <xs:enumeration value="Maximize"/>
+            <xs:enumeration value="AllDesktops"/>
+            <xs:enumeration value="Shade"/>
+            <xs:enumeration value="Iconify"/>
+            <xs:enumeration value="Icon"/>
+            <xs:enumeration value="Close"/>
+            <xs:enumeration value="MoveResize"/>
         </xs:restriction>
     </xs:simpleType>
     <xs:simpleType name="button">
This page took 0.025981 seconds and 4 git commands to generate.