2002/ws/desc/wsdl20 wsdl20-http.xsd,1.12,1.13

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv26311

Modified Files:
	wsdl20-http.xsd 
Log Message:
LC326


Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** wsdl20-http.xsd	27 Oct 2005 14:07:09 -0000	1.12
--- wsdl20-http.xsd	27 Oct 2005 14:30:56 -0000	1.13
***************
*** 63,67 ****
    <xs:attribute name='cookies' type='xs:boolean'/>
  
!   <xs:attribute name='authenticationType' type='xs:string'/>
    <xs:attribute name='authenticationRealm' type='xs:string'/>
  
--- 63,75 ----
    <xs:attribute name='cookies' type='xs:boolean'/>
  
!   <xs:attribute name='authenticationType'>
!     <xs:simpleType>
!       <xs:restriction base="xs:token">
! 	<xs:enumeration value="none"/>
! 	<xs:enumeration value="basic"/>
! 	<xs:enumeration value="digest"/>
!       </xs:restriction>
!     </xs:simpleType>
!   </xs:attribute>
    <xs:attribute name='authenticationRealm' type='xs:string'/>
  

Received on Thursday, 27 October 2005 14:31:00 UTC