Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 6197)
+++ trunk/data/defaultpresets.xml	(revision 6198)
@@ -19,4 +19,6 @@
                  see http://josm.openstreetmap.de/wiki/NameTemplate
 
+group: a group of items (same syntax as "item")
+
 link: link to the relating map features website
   href: the URL
@@ -24,4 +26,13 @@
 label: simple static text label
   text: the text to display
+
+space: empty line
+
+optional: optional tags, short for "label" plus "space"
+  text: the text to display (defaults to "Optional Attributes:")
+
+separator: separator line in menus
+
+item_separator: horizontal separator line between items (in window)
 
 key: fixed key/value pair to be set
Index: trunk/data/tagging-preset.xsd
===================================================================
--- trunk/data/tagging-preset.xsd	(revision 6197)
+++ trunk/data/tagging-preset.xsd	(revision 6198)
@@ -85,4 +85,5 @@
             <element name="checkgroup" type="tns:checkgroup" />
 			<element name="check" type="tns:check" />
+			<element name="item_separator" type="tns:separator" />
 		</choice>
 	</group>
