diff --git a/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd b/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd
index 0e4cf06350..78b496669f 100644
--- a/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd
+++ b/org.springframework.integration.ws/src/main/resources/org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd
@@ -235,6 +235,18 @@
+
+
+
+ Specify the default boolean value for whether to overwrite existing header values. This will only take effect for
+ sub-elements that do not provide their own 'overwrite' attribute. If the 'default-overwrite' attribute is not
+ provided, then the specified header values will NOT overwrite any existing ones with the same header names.
+
+
+
+
+
+
@@ -244,6 +256,16 @@
+
+
+
+ Boolean value to indicate whether this header value should overwrite an existing header value for the same name.
+
+
+
+
+
+