- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Nov 2006 23:40:42 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv29868/wsdl20
Modified Files:
wsdl20-http.xsd
Log Message:
correct http binding schema to make attribute authenticationType now authenticationScheme
Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** wsdl20-http.xsd 11 Nov 2006 23:12:38 -0000 1.18
--- wsdl20-http.xsd 17 Nov 2006 23:40:40 -0000 1.19
***************
*** 73,77 ****
<xs:attribute name='cookies' type='xs:boolean'/>
! <xs:attribute name='authenticationType'>
<xs:simpleType>
<xs:restriction base="xs:token">
--- 73,77 ----
<xs:attribute name='cookies' type='xs:boolean'/>
! <xs:attribute name='authenticationScheme'>
<xs:simpleType>
<xs:restriction base="xs:token">
Received on Saturday, 18 November 2006 00:13:53 UTC