diff --git a/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd b/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd
index 72ba2d205..3005d8de2 100644
--- a/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd
+++ b/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd
@@ -47,29 +47,8 @@
]]>
-
-
-
- The name of the parent job from which the configuration should inherit.
-
-
-
-
-
-
-
-
-
- Is this bean "abstract", that is, not meant to be instantiated itself
- but rather just serving as parent for concrete child bean definitions?
- The default is "false". Specify "true" to tell the bean factory to not
- try to instantiate that particular bean in any case.
-
- Note: This attribute will not be inherited by child bean definitions.
- Hence, it needs to be specified per abstract bean definition.
-
-
-
+
+
@@ -90,19 +69,7 @@
-
-
-
- Is this bean "abstract", that is, not meant to be instantiated itself
- but rather just serving as parent for concrete child bean definitions?
- The default is "false". Specify "true" to tell the bean factory to not
- try to instantiate that particular bean in any case.
-
- Note: This attribute will not be inherited by child bean definitions.
- Hence, it needs to be specified per abstract bean definition.
-
-
-
+
@@ -805,6 +772,10 @@
]]>
+
+
+
+
@@ -817,4 +788,20 @@
+
+
+
+
+ Is this bean "abstract", that is, not meant to be instantiated itself
+ but rather just serving as parent for concrete child bean definitions?
+ The default is "false". Specify "true" to tell the bean factory to not
+ try to instantiate that particular bean in any case.
+
+ Note: This attribute will not be inherited by child bean definitions.
+ Hence, it needs to be specified per abstract bean definition.
+
+
+
+
+
\ No newline at end of file