Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 5179)
+++ trunk/data/defaultpresets.xml	(revision 5180)
@@ -47,5 +47,5 @@
                       the entry in 2-3 words.) Instead of comma separeted list
   instead using values, display_values and short_descriptions, the following form is also supported:
-    <list_item value="" display_value="' short_description="" icon=""/>
+    <list_entry value="" display_value="' short_description="" icon=""/>
   default: default string to display (defaults to "")
   use_last_as_default: true/false/force (default is "false")
@@ -65,5 +65,5 @@
                       the entry in 2-3 words.) Instead of a separated list
   instead using values, display_values and short_descriptions, the following form is also supported:
-    <list_item value="" display_value="' short_description="" icon=""/>
+    <list_entry value="" display_value="' short_description="" icon=""/>
   default: default string to display (defaults to "")
   use_last_as_default: true/false/force (default is "false")
Index: trunk/data/tagging-preset.xsd
===================================================================
--- trunk/data/tagging-preset.xsd	(revision 5179)
+++ trunk/data/tagging-preset.xsd	(revision 5180)
@@ -126,6 +126,7 @@
 	</complexType>
 
-        <complexType name="list_entry">
+	<complexType name="list_entry">
 		<attribute name="value" type="string" use="required" />
+		<attribute name="value_context" type="string" />
 		<attribute name="display_value" type="string" />
 		<attribute name="short_description" type="string" />
