From 447b1f0fbce6807bfc740b0828595ad55c8210d2 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 5 Feb 2009 11:38:49 +0000 Subject: [PATCH] BATCH-63: add more XSD meta data --- .../configuration/xml/spring-batch-2.0.xsd | 94 ++++++++++++++++--- 1 file changed, 80 insertions(+), 14 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 daf5ad253..8e9f7c4bb 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 @@ - @@ -30,15 +32,22 @@ - + + + + + - + - + - + - A class name used to create a listener. + A class name used to create a listener from the default constructor. @@ -292,7 +304,18 @@ - + + + + + + + + + + @@ -344,6 +367,10 @@ + + + + @@ -351,6 +378,10 @@ + + + + @@ -358,12 +389,16 @@ + + + + @@ -460,8 +495,29 @@ - - + + + + + + + + + + + + A class name used to create a StepListener from the default constructor. If the class + does not implement StepListener then a *-method attribute must be provided. + + + + + + + + @@ -483,7 +539,17 @@ - + + + + + + + + +