diff --git a/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd b/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd
index 34d919b11a..1632a97cde 100644
--- a/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd
+++ b/spring-integration-twitter/src/main/resources/org/springframework/integration/twitter/config/spring-integration-twitter-2.0.xsd
@@ -126,9 +126,21 @@
+
+ Reference to a [org.springframework.integration.twitter.core.TwitterOperations] bean. Spring
+ Integration provides [Twitter4jTemplate] template for your convenience.
+ NOTE: in future releases TwitterOperations usage will be migrated to using Spring Social's TwitterOperations
+
-
+
+
+
+ Lifecycle attribute signaling if this component should be started during Application Context startup.
+ Default is 'true'
+
+
+
@@ -136,6 +148,11 @@
+
+ Identifies channel attached to this adapter. Depending on the type of the adapter
+ this channel could be the receiving channel (e.g., outbound-channel-adapter) or channel where
+ messages will be sent to by this adapter (e.g., inbound-channel-adapter).
+
@@ -149,6 +166,11 @@
+
+ Reference to a [org.springframework.integration.twitter.core.TwitterOperations] bean. Spring
+ Integration provides [Twitter4jTemplate] template for your convenience.
+ NOTE: in future releases TwitterOperations usage will be migrated to using Spring Social's TwitterOperations
+
@@ -158,6 +180,11 @@
+
+ Identifies channel attached to this adapter. Depending on the type of the adapter
+ this channel could be the receiving channel (e.g., outbound-channel-adapter) or channel where
+ messages will be sent to by this adapter (e.g., inbound-channel-adapter).
+