- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 20 Jul 2004 11:47:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv20865
Modified Files:
wsdl20-bindings.xml entities.dtd
Log Message:
Added URI and Multipart styles entities
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** wsdl20-bindings.xml 20 Jul 2004 10:13:32 -0000 1.46
--- wsdl20-bindings.xml 20 Jul 2004 11:47:36 -0000 1.47
***************
*** 1565,1569 ****
The URI style is selected by assigning the Interface
Operation component's {style} property the value
! <emph>URI-STYLE-ENTITY</emph>.
</p>
<p>
--- 1565,1569 ----
The URI style is selected by assigning the Interface
Operation component's {style} property the value
! <emph>&URI-STYLE;</emph>.
</p>
<p>
***************
*** 1645,1649 ****
The Multipart style is selected by assigning the Interface
Operation component's {style} property the value
! <emph>MULTIPART-STYLE-ENTITY</emph>.
</p>
<p>
--- 1645,1649 ----
The Multipart style is selected by assigning the Interface
Operation component's {style} property the value
! <emph>&MULTIPART-STYLE;</emph>.
</p>
<p>
Index: entities.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entities.dtd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** entities.dtd 15 Jul 2004 00:09:18 -0000 1.5
--- entities.dtd 20 Jul 2004 11:47:36 -0000 1.6
***************
*** 72,75 ****
--- 72,77 ----
<!ENTITY ATTR-SET-STYLE "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/style/set-attribute">
<!ENTITY ATTR-GET-STYLE "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/style/get-attribute">
+ <!ENTITY URI-STYLE "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/style/uri">
+ <!ENTITY MULTIPART-STYLE "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/style/multipart">
<!-- add b,u,i -->
Received on Tuesday, 20 July 2004 07:47:45 UTC