- From: Roberto Chinnici via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Apr 2005 01:32:57 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv27649
Modified Files:
Makefile.base wsdl20-z.html wsdl20.html wsdl20.xml xmlspec.dtd
Log Message:
Fixed makefile so that wsdl20.html doesn't show Z.
Fixed DTD so that the spec validates again.
Verified that LC7n,r,s are done and implemented resolution to LC109.
Index: wsdl20-z.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-z.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** wsdl20-z.html 23 Mar 2005 03:40:08 -0000 1.10
--- wsdl20-z.html 13 Apr 2005 01:32:55 -0000 1.11
***************
*** 1,4 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
! <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language</title><style type="text/css">
code { font-family: monospace; }
--- 1,15 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
! <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
! <head>
! <meta name="generator" content=
[...23637 lines suppressed...]
! <td rowspan="1" colspan="1">Removed Jeffrey from authors :-( Added
! Gudge :-)</td>
! </tr>
! <tr>
! <td rowspan="1" colspan="1">20020620</td>
! <td rowspan="1" colspan="1">SW</td>
! <td rowspan="1" colspan="1">Started adding abstract model</td>
! </tr>
! <tr>
! <td rowspan="1" colspan="1">20020406</td>
! <td rowspan="1" colspan="1">SW</td>
! <td rowspan="1" colspan="1">Created document from WSDL 1.1</td>
! </tr>
! </tbody>
! </table>
! <br /></div>
! </div>
! </div>
! </body>
! </html>
Index: xmlspec.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec.dtd,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** xmlspec.dtd 24 Feb 2005 01:57:14 -0000 1.7
--- xmlspec.dtd 13 Apr 2005 01:32:55 -0000 1.8
***************
*** 2678,2681 ****
--- 2678,2682 ----
<!ELEMENT t1 ANY>
<!ELEMENT t2 ANY>
+ <!ELEMENT t3 ANY>
<!ELEMENT ldata ANY>
<!ELEMENT rdata ANY>
***************
*** 2699,2700 ****
--- 2700,2704 ----
<!ELEMENT neq ANY>
<!ELEMENT theta ANY>
+ <!ELEMENT rel ANY>
+ <!ELEMENT mapsto ANY>
+ <!ELEMENT plus ANY>
Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Makefile.base 8 Apr 2005 11:20:41 -0000 1.47
--- Makefile.base 13 Apr 2005 01:32:55 -0000 1.48
***************
*** 46,50 ****
$(WSDL20.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt
@echo "Generating $@";\
! $(XSLTPROC) --stringparam showZed true $(STYLESHEET) $(WSDL20.xml) > $@
@echo "Running tidy on $@";\
mv $@ $@.old; \
--- 46,50 ----
$(WSDL20.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt
@echo "Generating $@";\
! $(XSLTPROC) --stringparam showZed false $(STYLESHEET) $(WSDL20.xml) > $@
@echo "Running tidy on $@";\
mv $@ $@.old; \
Index: wsdl20.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -C2 -d -r1.166 -r1.167
*** wsdl20.html 3 Apr 2005 23:45:08 -0000 1.166
--- wsdl20.html 13 Apr 2005 01:32:55 -0000 1.167
***************
*** 1,4 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
! <html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language</title><style type="text/css">
code { font-family: monospace; }
--- 1,15 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
! <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
! <head>
! <meta name="generator" content=
[...17415 lines suppressed...]
! <td rowspan="1" colspan="1">Removed Jeffrey from authors :-( Added
! Gudge :-)</td>
! </tr>
! <tr>
! <td rowspan="1" colspan="1">20020620</td>
! <td rowspan="1" colspan="1">SW</td>
! <td rowspan="1" colspan="1">Started adding abstract model</td>
! </tr>
! <tr>
! <td rowspan="1" colspan="1">20020406</td>
! <td rowspan="1" colspan="1">SW</td>
! <td rowspan="1" colspan="1">Created document from WSDL 1.1</td>
! </tr>
! </tbody>
! </table>
! <br /></div>
! </div>
! </div>
! </body>
! </html>
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.199
retrieving revision 1.200
diff -C2 -d -r1.199 -r1.200
*** wsdl20.xml 7 Apr 2005 16:11:40 -0000 1.199
--- wsdl20.xml 13 Apr 2005 01:32:55 -0000 1.200
***************
*** 1300,1304 ****
contains one or more <el>import</el> &EII;s <specref
ref='imports' /> corresponds to a collection with components
! drawn from multiple target namespaces.
<p>The components directly defined or included within a Description
--- 1300,1304 ----
contains one or more <el>import</el> &EII;s <specref
ref='imports' /> corresponds to a collection with components
! drawn from multiple target namespaces.</p>
<p>The components directly defined or included within a Description
***************
*** 1337,1341 ****
QName. Thus, QNames of components must be unique within the
space of those components in a given target namespace.</p>
- </p>
<p>
--- 1337,1340 ----
***************
*** 2542,2545 ****
--- 2541,2550 ----
inadvertent error.</p></note>
+ <p>More than one Fault Reference component in the {fault references}
+ property of an Interface Operation component may refer to the
+ same message label. In that case, the listed fault types define
+ alternative fault messages. This allows one to indicate that there is
+ more than one type of fault that is related to that message.</p>
+
<div4 id="InterfaceOperationStyle">
<head>Operation Style</head>
***************
*** 3268,3276 ****
in the pattern.</p>
- <p>More than one Fault Reference component may refer to the
- same message label. This allows one to indicate that there is
- more than one type of fault that is related to that
- message.</p>
-
<p>The properties of the Fault Reference component are as
follows:</p>
--- 3273,3276 ----
Received on Wednesday, 13 April 2005 01:33:01 UTC