summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/themerc.xsd5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/themerc.xsd b/data/themerc.xsd
index 112b020c..eb7bd7d0 100644
--- a/data/themerc.xsd
+++ b/data/themerc.xsd
@@ -137,7 +137,10 @@
<xs:complexType name="allosd">
<xs:all>
- <xs:element name="text" type="obt:text" minOccurs="0"/>
+ <xs:element name="label" type="obt:textarea" minOccurs="0"/>
+ <xs:element name="background" type="obt:area" minOccurs="0"/>
+ <xs:element name="hilight" type="obt:area" minOccurs="0"/>
+ <xs:element name="unhilight" type="obt:area" minOccurs="0"/>
</xs:all>
</xs:complexType>