]> Dogcows Code - chaz/openbox/blobdiff - data/themerc.xsd
add a big comment about more menus
[chaz/openbox] / data / themerc.xsd
old mode 100755 (executable)
new mode 100644 (file)
index 61f6d93..45f6e46
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-    targetNamespace="http://openbox.org/themerc"
-    xmlns:obt="http://openbox.org/themerc"
+    targetNamespace="http://openbox.org/4.0/themerc"
+    xmlns:obt="http://openbox.org/4.0/themerc"
     elementFormDefault="qualified"
     version="1.0">
 
 
   <xs:complexType name="window">
     <xs:all>
-      <xs:element name="border" type="obt:border" minOccurs="0"/>
+      <xs:element name="border" type="obt:color" minOccurs="0"/>
       <xs:element name="clientpadding" type="obt:color" minOccurs="0"/>
       <xs:element name="titlebar" type="obt:area" minOccurs="0"/>
       <xs:element name="label" type="obt:textarea" minOccurs="0"/>
     </xs:all>
   </xs:complexType>
 
+  <xs:complexType name="about">
+    <xs:all>
+      <xs:element name="author" type="xs:string" minOccurs="0"/>
+      <xs:element name="email" type="xs:string" minOccurs="0"/>
+      <xs:element name="webpage" type="xs:string" minOccurs="0"/>
+      <xs:element name="comment" type="xs:string" minOccurs="0"/>
+    </xs:all>
+  </xs:complexType>
+
   <xs:complexType name="theme">
     <xs:all>
+      <xs:element name="about" type="obt:about" minOccurs="0"/>
       <xs:element name="dimensions" type="obt:themeDimensions" minOccurs="0"/>
       <xs:element name="osd" type="obt:allosd" minOccurs="0"/>
       <xs:element name="menu" type="obt:allmenus" minOccurs="0"/>
This page took 0.023529 seconds and 4 git commands to generate.