Subject: [PATCH] See #24014: Add multiline and normalize attributes to preset xsd
---
Index: resources/data/tagging-preset.xsd
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/resources/data/tagging-preset.xsd b/resources/data/tagging-preset.xsd
--- a/resources/data/tagging-preset.xsd	(revision 19259)
+++ b/resources/data/tagging-preset.xsd	(date 1732547329000)
@@ -648,6 +648,20 @@
                 </documentation>
             </annotation>
         </attribute>
+        <attribute name="multiline" type="boolean">
+            <annotation>
+                <documentation>
+                    The text is expected to be multiline, and newlines must not be normalized (default is false)
+                </documentation>
+            </annotation>
+        </attribute>
+        <attribute name="normalize" type="boolean">
+            <annotation>
+                <documentation>
+                    This performs normalization of the value by stripping extraneous spaces and consolidating whitespace (default is true for JOSM)
+                </documentation>
+            </annotation>
+        </attribute>
     </attributeGroup>
 
     <attributeGroup name="attributes.values">
