2002/ws/desc/wsdl20 wsdl20.xml,1.236,1.237

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv8765

Modified Files:
	wsdl20.xml 
Log Message:
Fixed typos in fragment id text resulting from LC87 reported by Jonathan.

Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.236
retrieving revision 1.237
diff -C2 -d -r1.236 -r1.237
*** wsdl20.xml	2 May 2005 02:30:33 -0000	1.236
--- wsdl20.xml	2 May 2005 03:06:54 -0000	1.237
***************
*** 8844,8848 ****
  	<head>Fragment Identifiers</head>
  	<p>
! 	This section defined a fragment identifier syntax for identifying components of a WSDL 2.0 document.
  	This fragment identifier syntax is compliant with the
  	<bibref ref="XPTR"/>.
--- 8844,8848 ----
  	<head>Fragment Identifiers</head>
  	<p>
! 	This section defines a fragment identifier syntax for identifying components of a WSDL 2.0 document.
  	This fragment identifier syntax is compliant with the
  	<bibref ref="XPTR"/>.
***************
*** 8919,8939 ****
            <td>n/a</td>
            <td>n/a</td>
!           <td><code>wsdl.interfaceOperation<loc href="#wsdl.interfaceOperation"></loc>(<emph>interface</emph>/<emph>operation</emph>)</code></td>
  	</tr>
  	<tr>
!           <td><loc href="#MessageReference">Interface Message Reference</loc></td>
            <td><code><emph>interface</emph></code> NCName</td>
            <td><code><emph>operation</emph></code> NCName</td>
            <td><code><emph>message</emph></code> NCName</td>
            <td>n/a</td>
!           <td><code><loc href="#wsdl.messageReference">wsdl.messageReference</loc>(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>)</code></td>
  	</tr>
  	<tr>
!           <td><loc href="#FaultReference">Fault Reference</loc></td>
            <td><code><emph>interface</emph></code> NCName</td>
            <td><code><emph>operation</emph></code> NCName</td>
            <td><code><emph>message</emph></code> NCName</td>
            <td><code><emph>fault</emph></code> QName</td>
!           <td><code><loc href="#wsdl.faultReference">wsdl.faultReference</loc>(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>/<emph>fault</emph>)</code></td>
  	</tr>
  	<tr>
--- 8919,8939 ----
            <td>n/a</td>
            <td>n/a</td>
!           <td><code><loc href="#wsdl.interfaceOperation">wsdl.interfaceOperation</loc>(<emph>interface</emph>/<emph>operation</emph>)</code></td>
  	</tr>
  	<tr>
!           <td><loc href="#InterfaceMessageReference">Interface Message Reference</loc></td>
            <td><code><emph>interface</emph></code> NCName</td>
            <td><code><emph>operation</emph></code> NCName</td>
            <td><code><emph>message</emph></code> NCName</td>
            <td>n/a</td>
!           <td><code><loc href="#wsdl.interfaceMessageReference">wsdl.interfaceMessageReference</loc>(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>)</code></td>
  	</tr>
  	<tr>
!           <td><loc href="#InterfaceFaultReference">Interface Fault Reference</loc></td>
            <td><code><emph>interface</emph></code> NCName</td>
            <td><code><emph>operation</emph></code> NCName</td>
            <td><code><emph>message</emph></code> NCName</td>
            <td><code><emph>fault</emph></code> QName</td>
!           <td><code><loc href="#wsdl.interfaceFaultReference">wsdl.interfaceFaultReference</loc>(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>/<emph>fault</emph>)</code></td>
  	</tr>
  	<tr>
***************
*** 9050,9055 ****
  	</div3>
  	
! 	<div3 id="wsdl.messageReference">
! 	<head><code>wsdl.messageReference(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>)</code></head>
  	<olist>
        <item><p><code><emph>interface</emph></code> is the local name of the {name} property of the grandparent <loc href="#Interface">Interface</loc> component.</p></item>
--- 9050,9055 ----
  	</div3>
  	
! 	<div3 id="wsdl.interfaceMessageReference">
! 	<head><code>wsdl.interfaceMessageReference(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>)</code></head>
  	<olist>
        <item><p><code><emph>interface</emph></code> is the local name of the {name} property of the grandparent <loc href="#Interface">Interface</loc> component.</p></item>
***************
*** 9059,9070 ****
  	</div3>
  
! 	<div3 id="wsdl.faultReference">
! 	<head><code>wsdl.faultReference(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>/<emph>fault</emph>)</code></head>
  	<olist>
        <item><p><code><emph>interface</emph></code> is the local name of the {name} property of the grandparent <loc href="#Interface">Interface</loc> component.</p></item>
        <item><p><code><emph>operation</emph></code> is the local name of the {name} property of the parent <loc href="#InterfaceOperation">Interface Operation</loc> component.</p></item>
!       <item><p><code><emph>message</emph></code> is the {message label} property of the <loc href="#FaultReference">Fault Reference</loc> component.</p></item>
        <item><p><code><emph>fault</emph></code> is the {name} property of the <loc href="#InterfaceFault">Interface Fault</loc> component referred to by the {interface fault}
!       	property of the <loc href="#FaultReference">Fault Reference</loc> component.</p></item>
  	</olist>
  	</div3>
--- 9059,9070 ----
  	</div3>
  
! 	<div3 id="wsdl.interfaceFaultReference">
! 	<head><code>wsdl.interfaceFaultReference(<emph>interface</emph>/<emph>operation</emph>/<emph>message</emph>/<emph>fault</emph>)</code></head>
  	<olist>
        <item><p><code><emph>interface</emph></code> is the local name of the {name} property of the grandparent <loc href="#Interface">Interface</loc> component.</p></item>
        <item><p><code><emph>operation</emph></code> is the local name of the {name} property of the parent <loc href="#InterfaceOperation">Interface Operation</loc> component.</p></item>
!       <item><p><code><emph>message</emph></code> is the {message label} property of the <loc href="#InterfaceFaultReference">Interface Fault Reference</loc> component.</p></item>
        <item><p><code><emph>fault</emph></code> is the {name} property of the <loc href="#InterfaceFault">Interface Fault</loc> component referred to by the {interface fault}
!       	property of the <loc href="#InterfaceFaultReference">InterfaceFault Reference</loc> component.</p></item>
  	</olist>
  	</div3>
***************
*** 9220,9224 ****
        			</code>
        			is the namespace that identifies the extension, e.g.
!       			for SOAP the namespace is
        			http://www.w3.org/2003/06/wsdl/soap12.</p>
        		</item>
--- 9220,9224 ----
        			</code>
        			is the namespace that identifies the extension, e.g.
!       			for the WSDL 2.0 SOAP 1.2 Binding the namespace is
        			http://www.w3.org/2003/06/wsdl/soap12.</p>
        		</item>

Received on Monday, 2 May 2005 03:06:59 UTC