From 563a5432ee0bb20e6e04893b82c9880d53c5f0fa Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 9 Feb 2009 07:52:35 +0000 Subject: [PATCH] Tidy schema comments a bit. --- .../configuration/xml/spring-batch-2.0.xsd | 64 +++++++------------ 1 file changed, 23 insertions(+), 41 deletions(-) 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 8c72ee686..6c59a5d14 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,9 +1,7 @@ - @@ -19,12 +17,9 @@ 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. + 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. @@ -32,8 +27,7 @@ - + - + - + Defines a stage in job processing backed by a Step. The id attribute must be specified since this - step definition will be referred to from other bean + step definition will be referred to from other bean definitions. @@ -72,14 +64,15 @@ - + - The tasklet is a reference to another bean definition that defines implements the Tasklet interface. + The tasklet is a reference to another bean definition that defines implements the Tasklet + interface. - + @@ -87,7 +80,7 @@ - + @@ -98,8 +91,7 @@ - + - + Defines a stage in job processing backed by a - Step. - The name attribute must be specified and + Step. The name attribute must be specified and can - match the id of - a - bean - definition + match the id of a bean definition for a Step. If it does not, then you must provide - a - tasklet definition. - The next + a tasklet definition. The next attribute is a synonym for <next on="*" .../> @@ -622,8 +607,7 @@ A pattern to match against the exit status code. Use * and ? as wildcard characters. - When a step finishes the most specific match will be chosen to select the next step. - Hint: always include a default transition with on="*". + When a step finishes the most specific match will be chosen to select the next step. @@ -644,8 +628,7 @@ A pattern to match against the exit status code. Use * and ? as wildcard characters. - When a step finishes the most specific match will be chosen to select the next step. - Hint: always include a default transition with on="*". + When a step finishes the most specific match will be chosen to select the next step. @@ -665,8 +648,7 @@ A pattern to match against the exit status code. Use * and ? as wildcard characters. - When a step finishes the most specific match will be chosen to select the next step. - Hint: always include a default transition with on="*". + When a step finishes the most specific match will be chosen to select the next step.