BATCH-1105: fixed xml schema information

This commit is contained in:
dhgarrette
2009-02-26 17:50:07 +00:00
parent e2dd33ae4d
commit ab1419df4c

View File

@@ -49,6 +49,7 @@
fileref="images/spring-batch-reference-model.png"
format="PNG" scale="80" />
</imageobject>
<caption><para>Figure 2.1: Batch Stereotypes</para></caption>
</mediaobject>
@@ -214,8 +215,10 @@
<title>JobExecution properties</title>
<tgroup cols="2">
<colspec colname="c1" colwidth="*"/>
<colspec colname="c2" colwidth="4*"/>
<colspec colname="c1" colwidth="*" />
<colspec colname="c2" colwidth="4*" />
<tbody>
<row>
<entry>status</entry>
@@ -586,8 +589,10 @@
<title>StepExecution properties</title>
<tgroup cols="2">
<colspec colname="c1" colwidth="*"/>
<colspec colname="c2" colwidth="4*"/>
<colspec colname="c1" colwidth="*" />
<colspec colname="c2" colwidth="4*" />
<tbody>
<row>
<entry>status</entry>
@@ -1008,10 +1013,11 @@
configuration:</para>
<programlisting> &lt;beans:beans xmlns="<emphasis role="bold">http://www.springframework.org/schema/batch</emphasis>"
xmlns:beans="http://www.springframework.org/schema/beans"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
<emphasis role="bold">http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-2.0.xsd</emphasis>&gt;
xmlns:beans="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
<emphasis role="bold">http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch-2.0.xsd</emphasis>"&gt;
&lt;job id="ioSampleJob"&gt;
&lt;step id="step1"&gt;