- From: Jean-Jacques Moreau via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 May 2005 13:53:17 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv18178
Modified Files:
wsdl20.xml
Log Message:
LC 78, part 8 (further typos)
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.245
retrieving revision 1.246
diff -C2 -d -r1.245 -r1.246
*** wsdl20.xml 3 May 2005 13:16:28 -0000 1.245
--- wsdl20.xml 3 May 2005 13:53:15 -0000 1.246
***************
*** 3131,3137 ****
<head>The Interface Message Reference Component</head>
! <p>A Interface Message Reference component associates a defined type with
! a message exchanged in an operation. By default, the type system
! is based upon the XML Infoset <bibref ref="XMLInfoSet"/>.</p>
<p>A message exchange pattern defines a set of placeholder
--- 3131,3137 ----
<head>The Interface Message Reference Component</head>
! <p>A Interface Message Reference component associates a defined element with
! a message exchanged in an operation. By default, the element
! is defined in the XML Infoset <bibref ref="XMLInfoSet"/>.</p>
<p>A message exchange pattern defines a set of placeholder
***************
*** 3139,3147 ****
message labels within the pattern (e.g. 'In', 'Out'). The purpose
of an Interface Message Reference component is to associate an actual message
! type (XML element declaration or some other declaration (see
! <specref ref="other-types"/>) for message content) with a message
in the pattern, as identified by its message label. Later, when
the message exchange pattern is instantiated, messages corresponding
! to that particular label will follow the type assignment made
by the Interface Message Reference component.</p>
--- 3139,3147 ----
message labels within the pattern (e.g. 'In', 'Out'). The purpose
of an Interface Message Reference component is to associate an actual message
! element (XML element declaration or some other declaration (see
! <specref ref="other-types"/>)) with a message
in the pattern, as identified by its message label. Later, when
the message exchange pattern is instantiated, messages corresponding
! to that particular label will follow the element assignment made
by the Interface Message Reference component.</p>
***************
*** 3152,3156 ****
This property identifies the role
this message plays in the {message exchange pattern} of the
! Interface Operation component this is contained
within. The value of this property MUST match the name of
a placeholder message defined by the message
--- 3152,3156 ----
This property identifies the role
this message plays in the {message exchange pattern} of the
! Interface Operation component this message is contained
within. The value of this property MUST match the name of
a placeholder message defined by the message
Received on Tuesday, 3 May 2005 13:53:21 UTC