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 21c72bd24..278227ccc 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 @@ -1,7 +1,9 @@ - @@ -16,13 +18,18 @@ - Defines a job composed of a set of steps and transitions between steps. The job will be exposed - in the enclosing bean factory as a component of type Job that can be launched using a JobLauncher. + Defines a job composed of a set of steps and + transitions between steps. The job will be exposed + in the enclosing bean factory as a component of type Job that can be + launched using a JobLauncher. - + + + + @@ -39,8 +46,10 @@ - Defines a stage in job processing. The name attribute has to match the id of a bean definition for - a Step. The next attribute is a synonym for <next on="*" .../> + Defines a stage in job processing. The name + attribute has to match the id of a bean definition for + a Step. The + next attribute is a synonym for <next on="*" .../> @@ -79,5 +88,16 @@ specific match will be chosen to select the next step. Hint: always include a de + + + + + Declares job should be paused at this point and provides pointer where execution should continue. + + + + + + \ No newline at end of file