2002/ws/desc/wsdl20 xmlspec.dtd,1.24,1.25

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

Modified Files:
	xmlspec.dtd 
Log Message:
Added cr-id attribute to <assert> to preserve CR assertion id.

Index: xmlspec.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec.dtd,v
retrieving revision 1.24
retrieving revision 1.25
diff -C 2 -d -r1.24 -r1.25
*** xmlspec.dtd	27 Feb 2006 00:00:59 -0000	1.24
--- xmlspec.dtd	26 Feb 2007 02:21:16 -0000	1.25
***************
*** 2678,2681 ****
--- 2678,2684 ----
  	Change Log:
  	
+ 	2007-02-25 ryman 
+ 	- added cr-id attribute to assert
+ 	
  	2006-02-26 ryman
  	- added required attribute to assert element
***************
*** 2711,2714 ****
--- 2714,2718 ----
  <!ATTLIST assert class (component | document | exchange | message) #REQUIRED>
  <!ATTLIST assert id ID #REQUIRED>
+ <!ATTLIST assert cr-id ID #REQUIRED>
  <!ATTLIST assert required (false | true) "true">
  

Received on Monday, 26 February 2007 02:21:28 UTC