- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Apr 2005 14:42:44 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv22459
Modified Files:
wsdl20-adjuncts.xml
Log Message:
LC76d: actually, it turns out that that we decided on element decl and not types
(thanks Asir)
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** wsdl20-adjuncts.xml 7 Apr 2005 13:49:44 -0000 1.19
--- wsdl20-adjuncts.xml 7 Apr 2005 14:42:42 -0000 1.20
***************
*** 1928,1940 ****
<ulist>
! <item> <p>{element}, a <emph>xs:QName</emph>, referencing
! to a complex type definition from the
! &description-type_definitions-p; property of the
! Description Component. The complex type definition
! referred to describes a subset of SOAP Header Blocks. It
! has an element only content model and the element
! declarations in this content model are global element
! declarations.</p>
! </item>
<item> <p>{mustUnderstand}, a <emph>xs:boolean</emph>
indicating if the SOAP header block MUST be decorated with
--- 1928,1937 ----
<ulist>
! <item> <p>{element}, a <emph>xs:QName</emph>, a reference
! to an XML element declaration in the
! &description-element_declarations-p; property of the
! Description Component. This element represents a SOAP
! header block.</p>
! </item>
<item> <p>{mustUnderstand}, a <emph>xs:boolean</emph>
indicating if the SOAP header block MUST be decorated with
***************
*** 2079,2088 ****
<td rowspan="1" colspan="1">{element}</td>
<td rowspan="1" colspan="1">The element declaration
! from the &description-type_definitions-p; resolved
to by the value of the <att>element</att> &AII;. It is
an error for the <att>element</att> &AII; to have a
! value and that value does not resolve to a complex
! type definition from the
! &description-type_definitions-p; property of the
Description component.</td>
</tr>
--- 2076,2085 ----
<td rowspan="1" colspan="1">{element}</td>
<td rowspan="1" colspan="1">The element declaration
! from the &description-element_declarations-p; resolved
to by the value of the <att>element</att> &AII;. It is
an error for the <att>element</att> &AII; to have a
! value and that value does not resolve to a global
! element declaration from the
! &description-element_declarations-p; property of the
Description component.</td>
</tr>
Received on Thursday, 7 April 2005 14:42:45 UTC