]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
halfway through client changes but...
[chaz/openbox] / data / rc.xsd
index 239a955559a7a0e793e6082afa9afc544238435e..40f37f18775cf3c88e7390d7743c17a6a4fd5fe6 100644 (file)
@@ -46,7 +46,6 @@
                 <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: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:sequence>
             <xs:element minOccurs="0" name="menu" type="xs:string"/>
             <xs:element minOccurs="0" name="desktop" type="xs:integer"/>
             <xs:element minOccurs="0" name="follow" type="ob:yesorno"/>
             <xs:element minOccurs="0" name="execute" type="xs:string"/>
+            <xs:element minOccurs="0" name="dialog" type="ob:yesorno"/>
         </xs:sequence>
         <xs:attribute name="name" type="ob:actionname" use="required"/>
     </xs:complexType>
This page took 0.024808 seconds and 4 git commands to generate.