diff --git a/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd b/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd
index da14eecc..0430f31c 100644
--- a/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd
+++ b/core/src/main/resources/org/springframework/ws/config/web-services-1.5.xsd
@@ -21,6 +21,12 @@
Indicates that a unmarshaller should be used to convert incoming request
messages into method parameters, and return values marshalled into a response message.
+
+
+
+
+
@@ -61,9 +67,15 @@
+ source="java:org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter">
Indicates that a endpoints using @XPathParam annotations should be detected.
+
+
+
+
+