2002/ws/desc/wsdl20 wsdl20-http.xsd,1.7,1.8

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

Modified Files:
	wsdl20-http.xsd 
Log Message:
Updated @code


Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** wsdl20-http.xsd	2 Jun 2005 15:47:55 -0000	1.7
--- wsdl20-http.xsd	6 Jun 2005 10:13:05 -0000	1.8
***************
*** 38,42 ****
    <xs:attribute name='location' type='xs:anyURI'/>
  
!   <xs:attribute name='code' type='xs:int'/>
    <xs:attribute name='reasonPhrase' type='xs:int'/>
  
--- 38,52 ----
    <xs:attribute name='location' type='xs:anyURI'/>
  
!   <xs:attribute name="code">
!     <xs:simpleType>
!       <xs:union memberTypes="xs:int">
! 	<xs:simpleType>
! 	  <xs:restriction base="xs:token">
! 	    <xs:enumeration value="#any"/>
! 	  </xs:restriction>
! 	</xs:simpleType>
!       </xs:union>
!     </xs:simpleType>
!   </xs:attribute>
    <xs:attribute name='reasonPhrase' type='xs:int'/>
  

Received on Monday, 6 June 2005 10:13:14 UTC