2002/ws/desc/test-suite/interchange wsdlcm-base.xsd,1.4,1.5

Update of /sources/public/2002/ws/desc/test-suite/interchange
In directory hutz:/tmp/cvs-serv23458/test-suite/interchange

Modified Files:
	wsdlcm-base.xsd 
Log Message:
made xml:id required on components

Index: wsdlcm-base.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/interchange/wsdlcm-base.xsd,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** wsdlcm-base.xsd	31 Oct 2006 07:10:30 -0000	1.4
--- wsdlcm-base.xsd	17 Nov 2006 14:20:47 -0000	1.5
***************
*** 85,89 ****
  				minOccurs="0" maxOccurs="unbounded" />
  		</xs:sequence>
! 		<xs:attribute ref="xml:id" />
  		<xs:anyAttribute namespace="##other" processContents="lax" />
  	</xs:complexType>
--- 85,89 ----
  				minOccurs="0" maxOccurs="unbounded" />
  		</xs:sequence>
! 		<xs:attribute ref="xml:id" use="required" />
  		<xs:anyAttribute namespace="##other" processContents="lax" />
  	</xs:complexType>

Received on Friday, 17 November 2006 14:43:43 UTC