2002/ws/desc/wsdl20 wsdl20-http.xsd,1.15,1.16

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

Modified Files:
	wsdl20-http.xsd 
Log Message:
Added queryParameterSeparator
Added ignoreUncited


Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** wsdl20-http.xsd	27 Oct 2005 16:49:50 -0000	1.15
--- wsdl20-http.xsd	13 Nov 2005 08:24:48 -0000	1.16
***************
*** 56,60 ****
    <xs:attribute name='faultSerialization' type='xs:string'/>
  
!   <xs:attribute name='queryParameterSeparatorDefault' type='xs:string'/>
  
    <xs:attribute name='defaultTransferCoding' type='xs:string'/>
--- 56,69 ----
    <xs:attribute name='faultSerialization' type='xs:string'/>
  
!   <xs:attribute name='ignoreUncited' type='xs:boolean'/>
! 
!   <xs:simpleType name="queryParameterType">
!     <xs:restriction base="xs:string">
!       <xs:length value="1"/>
!     </xs:restriction>
!   </xs:simpleType>
! 
!   <xs:attribute name='queryParameterSeparatorDefault' type='whttp:queryParameterType'/>
!   <xs:attribute name='queryParameterSeparator' type='whttp:queryParameterType'/>
  
    <xs:attribute name='defaultTransferCoding' type='xs:string'/>

Received on Sunday, 13 November 2005 08:24:55 UTC