2002/ws/desc/wsdl20 wsdl20-http.xsd,1.4,1.5

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv6045

Modified Files:
	wsdl20-http.xsd 
Log Message:
LC110: Updated HTTP binding schema per the issue resolution.


Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** wsdl20-http.xsd	3 May 2005 11:08:20 -0000	1.4
--- wsdl20-http.xsd	9 May 2005 22:59:55 -0000	1.5
***************
*** 33,37 ****
    <xs:attribute name='method' type='xs:string'/>
  
!   <xs:attribute name='version' type='xs:string'/>
  
    <xs:attribute name='location' type='xs:anyURI'/>
--- 33,37 ----
    <xs:attribute name='method' type='xs:string'/>
  
!   <xs:attribute name='version' type='http:versionType'/>
  
    <xs:attribute name='location' type='xs:anyURI'/>
***************
*** 54,57 ****
--- 54,62 ----
    <xs:attribute name='authenticationRealm' type='xs:string'/>
  
+   <xs:simpleType name="versionType">
+     <xs:restriction base="xs:string">
+       <xs:pattern value="[0-9]+\.[0-9]+"/>
+     </xs:restriction>
+   </xs:simpleType>
  
    <xs:element name="header">

Received on Monday, 9 May 2005 23:00:01 UTC