- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 20 Feb 2005 20:28:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv21913
Modified Files:
build.xml wsdl20.pdf wsdl20.html wsdl20-ie.html
wsdl20-extensions.html wsdl20.xml wsdl20.tex wsdl20-i.html
Log Message:
[LC75i] At least one of the [children] of an Operation MUST be an "input" or "output". Agree to remove "infault" and "outfault" from the list since it does not make sense to have an Operation with only faults.
Index: build.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** build.xml 20 Feb 2005 20:03:01 -0000 1.11
--- build.xml 20 Feb 2005 20:28:36 -0000 1.12
***************
*** 63,68 ****
<project name="wsdl20" default="main" basedir=".">
! <target name="main" depends="clean, validate, typecheck, html, interactive, html-ie, zml-test" description="Creates all output files." />
<target name="clean" description="Deletes generated files.">
<delete file="wsdl20.pdf" />
--- 63,70 ----
<project name="wsdl20" default="main" basedir=".">
! <target name="main" depends="validate, typecheck, html, html-i, html-ie, pdf, zml-test" description="Creates all output files." />
+ <target name="rebuild" depends="clean, main" description="Creates all output files from scratch." />
+
<target name="clean" description="Deletes generated files.">
<delete file="wsdl20.pdf" />
***************
*** 73,76 ****
--- 75,79 ----
<delete file="wsdl20-extensions.html" />
<delete file="wsdl20-bindings.html" />
+ <delete file="wsdl20-elements.txt" />
<delete file="zml-test.html" />
<delete file="zml-test-ie.html" />
***************
*** 90,102 ****
<target name="latex" description="Transforms wsdl20.xml into wsdl20.tex">
- <xmlvalidate lenient="true">
- <fileset dir="." includes="wsdl20.xml, *latex.xsl"/>
- </xmlvalidate>
- <delete file="wsdl20.tex" />
<xslt in="wsdl20.xml" out="wsdl20.tex" style="xmlspec2latex.xsl" />
</target>
<target name="pdf" depends="latex, typecheck" description="Formats tex into pdf using pdflatex.">
- <delete file="wsdl20.pdf" />
<exec executable="pdflatex">
<arg line="wsdl20"/>
--- 93,100 ----
***************
*** 104,113 ****
</target>
- <target name="deploy" depends="pdf" description="Deploys the PDF file to a Web server.">
- <copy file="wsdl20.pdf" todir="E:\jakarta-tomcat-5.0.25\webapps\ROOT" />
- </target>
-
<target name="elements" description="Lists all elements.">
- <delete file="wsdl20-elements.txt" />
<xslt in="wsdl20.xml" out="wsdl20-elements.txt" style="elements.xsl" />
</target>
--- 102,106 ----
***************
*** 119,123 ****
</target>
! <target name="interactive" description="Transforms xml into interactive html.">
<xslt in="wsdl20.xml" out="wsdl20-i.html" style="xmlspec-wsdl.xsl">
<param name="interactive" expression="true" />
--- 112,116 ----
</target>
! <target name="html-i" description="Transforms xml into interactive html.">
<xslt in="wsdl20.xml" out="wsdl20-i.html" style="xmlspec-wsdl.xsl">
<param name="interactive" expression="true" />
Index: wsdl20.tex
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** wsdl20.tex 20 Feb 2005 20:03:02 -0000 1.16
--- wsdl20.tex 20 Feb 2005 20:28:36 -0000 1.17
***************
*** 2885,2890 ****
\item
At least one of the [children] MUST be an
! \texttt{input}, \texttt{output}, \texttt{infault},
! or \texttt{outfault} \textit{element information item}.
--- 2885,2889 ----
\item
At least one of the [children] MUST be an
! \texttt{input} or \texttt{output} \textit{element information item}.
***************
*** 3781,3785 ****
The set of Feature components corresponding to the
-
\texttt{feature} \textit{element information item}s in
[children], if any.
--- 3780,3783 ----
***************
*** 8879,8882 ****
--- 8877,8891 ----
20050220&
AGR&
+
+ \href{http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC75i}{LC75i}:
+ At least one of the [children] of an Operation MUST be an "input" or "output".
+ Agree to remove "infault" and "outfault" from the list since it does not make sense to
+ have an Operation with only faults.
+
+ \\ \hline
+
+
+ 20050220&
+ AGR&
Completed Action Item - 2005-02-10: DBooth to mail Arthur change to wording on media type registration, Arthur to incorporate.
\\ \hline
***************
*** 9661,9664 ****
--- 9670,9674 ----
20030514&
+
JJM&
Updated the service-resource figure, and split the diagram into two.
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.172
retrieving revision 1.173
diff -C2 -d -r1.172 -r1.173
*** wsdl20.xml 20 Feb 2005 20:03:02 -0000 1.172
--- wsdl20.xml 20 Feb 2005 20:28:36 -0000 1.173
***************
*** 2862,2868 ****
</item>
<item>
! <p>At least one of the [children] MUST be an
! <el>input</el>, <el>output</el>, <el>infault</el>,
! or <el>outfault</el> &EII;.
</p>
</item>
--- 2862,2867 ----
</item>
<item>
! <p diff="chg">At least one of the [children] MUST be an
! <el>input</el> or <el>output</el> &EII;.
</p>
</item>
***************
*** 8654,8657 ****
--- 8653,8667 ----
<td>20050220</td>
<td>AGR</td>
+ <td>
+ <loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC75i">LC75i</loc>:
+ At least one of the [children] of an Operation MUST be an "input" or "output".
+ Agree to remove "infault" and "outfault" from the list since it does not make sense to
+ have an Operation with only faults.
+ </td>
+ </tr>
+
+ <tr>
+ <td>20050220</td>
+ <td>AGR</td>
<td>Completed Action Item - 2005-02-10: DBooth to mail Arthur change to wording on media type registration, Arthur to incorporate.</td>
</tr>
Index: wsdl20-ie.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-ie.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wsdl20-ie.html 20 Feb 2005 20:03:01 -0000 1.14
--- wsdl20-ie.html 20 Feb 2005 20:28:36 -0000 1.15
***************
*** 2547,2553 ****
</li>
<li>
! <p>At least one of the [children] MUST be an
! <code>input</code> , <code>output</code> , <code>infault</code> ,
! or <code>outfault</code> <em>element information item</em>.
</p>
</li>
--- 2547,2552 ----
</li>
<li>
! <p class="diff-chg">At least one of the [children] MUST be an
! <code>input</code> or <code>output</code> <em>element information item</em>.
</p>
</li>
***************
*** 3391,3395 ****
<td rowspan="1" colspan="1">
The set of Feature components corresponding to the
-
<code>feature</code> <em>element information item</em>s in
[children], if any.
--- 3390,3393 ----
***************
*** 8223,8226 ****
--- 8221,8235 ----
<td rowspan="1" colspan="1">20050220</td>
<td rowspan="1" colspan="1">AGR</td>
+ <td rowspan="1" colspan="1">
+ <a href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC75i">LC75i</a>:
+ At least one of the [children] of an Operation MUST be an "input" or "output".
+ Agree to remove "infault" and "outfault" from the list since it does not make sense to
+ have an Operation with only faults.
+ </td>
+ </tr>
+
+ <tr>
+ <td rowspan="1" colspan="1">20050220</td>
+ <td rowspan="1" colspan="1">AGR</td>
<td rowspan="1" colspan="1">Completed Action Item - 2005-02-10: DBooth to mail Arthur change to wording on media type registration, Arthur to incorporate.</td>
</tr>
***************
*** 9005,9008 ****
--- 9014,9018 ----
<tr>
<td rowspan="1" colspan="1">20030514</td>
+
<td rowspan="1" colspan="1">JJM</td>
<td rowspan="1" colspan="1">Updated the service-resource figure, and split the diagram into two.</td>
Index: wsdl20-i.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-i.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** wsdl20-i.html 20 Feb 2005 20:03:01 -0000 1.16
--- wsdl20-i.html 20 Feb 2005 20:28:36 -0000 1.17
***************
*** 2545,2551 ****
</li>
<li>
! <p>At least one of the [children] MUST be an
! <code>input</code> , <code>output</code> , <code>infault</code> ,
! or <code>outfault</code> <em>element information item</em>.
</p>
</li>
--- 2545,2550 ----
</li>
<li>
! <p class="diff-chg">At least one of the [children] MUST be an
! <code>input</code> or <code>output</code> <em>element information item</em>.
</p>
</li>
***************
*** 3389,3393 ****
<td rowspan="1" colspan="1">
The set of Feature components corresponding to the
-
<code>feature</code> <em>element information item</em>s in
[children], if any.
--- 3388,3391 ----
***************
*** 8221,8224 ****
--- 8219,8233 ----
<td rowspan="1" colspan="1">20050220</td>
<td rowspan="1" colspan="1">AGR</td>
+ <td rowspan="1" colspan="1">
+ <a href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC75i">LC75i</a>:
+ At least one of the [children] of an Operation MUST be an "input" or "output".
+ Agree to remove "infault" and "outfault" from the list since it does not make sense to
+ have an Operation with only faults.
+ </td>
+ </tr>
+
+ <tr>
+ <td rowspan="1" colspan="1">20050220</td>
+ <td rowspan="1" colspan="1">AGR</td>
<td rowspan="1" colspan="1">Completed Action Item - 2005-02-10: DBooth to mail Arthur change to wording on media type registration, Arthur to incorporate.</td>
</tr>
***************
*** 9003,9006 ****
--- 9012,9016 ----
<tr>
<td rowspan="1" colspan="1">20030514</td>
+
<td rowspan="1" colspan="1">JJM</td>
<td rowspan="1" colspan="1">Updated the service-resource figure, and split the diagram into two.</td>
Index: wsdl20.pdf
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.pdf,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** wsdl20.pdf 20 Feb 2005 20:03:02 -0000 1.9
--- wsdl20.pdf 20 Feb 2005 20:28:36 -0000 1.10
***************
*** 796,806 ****
endobj
537 0 obj <<
! /Length 990
/Filter /FlateDecode
>>
stream
! xڝVKo8WP`% Dꝓ[;H6ZʒCI1wfH9)E! ӱ*Р"٘
! `0$#e1[m+lJQ791+pf~KpEȶ(~-rHV'N!Tֺ]O4zp Ci!)be=Pn7cJ@˖>;nl~N54F]ʺk
/dXˇڔ۱<iFjG&Cgm_o'^q23"trR1gi1QWsPq^A&2Z0%/X::ら_L{\14&Y{bi<E endobj
[...8715 lines suppressed...]
! 0000732569 00000 n
! 0000732695 00000 n
! 0000732821 00000 n
! 0000732901 00000 n
! 0000733002 00000 n
! 0000745565 00000 n
! 0000762325 00000 n
! 0000762366 00000 n
! 0000762406 00000 n
! 0000762598 00000 n
trailer
<<
! /Size 2497
! /Root 2495 0 R
! /Info 2496 0 R
! /ID [<561563BB89C7BEDF41E5221E09C6BC86> <561563BB89C7BEDF41E5221E09C6BC86>]
>>
startxref
! 762846
%%EOF
Index: wsdl20.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** wsdl20.html 20 Feb 2005 20:03:02 -0000 1.146
--- wsdl20.html 20 Feb 2005 20:28:36 -0000 1.147
***************
*** 2545,2551 ****
</li>
<li>
! <p>At least one of the [children] MUST be an
! <code>input</code> , <code>output</code> , <code>infault</code> ,
! or <code>outfault</code> <em>element information item</em>.
</p>
</li>
--- 2545,2550 ----
</li>
<li>
! <p class="diff-chg">At least one of the [children] MUST be an
! <code>input</code> or <code>output</code> <em>element information item</em>.
</p>
</li>
***************
*** 3389,3393 ****
<td rowspan="1" colspan="1">
The set of Feature components corresponding to the
-
<code>feature</code> <em>element information item</em>s in
[children], if any.
--- 3388,3391 ----
***************
*** 8221,8224 ****
--- 8219,8233 ----
<td rowspan="1" colspan="1">20050220</td>
<td rowspan="1" colspan="1">AGR</td>
+ <td rowspan="1" colspan="1">
+ <a href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC75i">LC75i</a>:
+ At least one of the [children] of an Operation MUST be an "input" or "output".
+ Agree to remove "infault" and "outfault" from the list since it does not make sense to
+ have an Operation with only faults.
+ </td>
+ </tr>
+
+ <tr>
+ <td rowspan="1" colspan="1">20050220</td>
+ <td rowspan="1" colspan="1">AGR</td>
<td rowspan="1" colspan="1">Completed Action Item - 2005-02-10: DBooth to mail Arthur change to wording on media type registration, Arthur to incorporate.</td>
</tr>
***************
*** 9003,9006 ****
--- 9012,9016 ----
<tr>
<td rowspan="1" colspan="1">20030514</td>
+
<td rowspan="1" colspan="1">JJM</td>
<td rowspan="1" colspan="1">Updated the service-resource figure, and split the diagram into two.</td>
Received on Sunday, 20 February 2005 20:28:39 UTC