]> Dogcows Code - chaz/openbox/commitdiff
add the metadata
authorDana Jansens <danakj@orodu.net>
Fri, 11 May 2007 22:20:26 +0000 (22:20 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 11 May 2007 22:20:26 +0000 (22:20 +0000)
data/themerc.xsd

index 61f6d9388aa0c2424d01d0cb6302806dc7e8781d..ae93ad9036874cc6b95b6ed1436cffb161fc0dc9 100755 (executable)
     </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.025945 seconds and 4 git commands to generate.