2002/ws/desc/test-suite/documents/good/XsImport-1G reservation.wsdl,1.7,1.8

Update of /sources/public/2002/ws/desc/test-suite/documents/good/XsImport-1G
In directory hutz:/tmp/cvs-serv28120/test-suite/documents/good/XsImport-1G

Modified Files:
	reservation.wsdl 
Log Message:
Fixed prefixes on simple type references.

Index: reservation.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/XsImport-1G/reservation.wsdl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** reservation.wsdl	15 Apr 2006 20:44:16 -0000	1.7
--- reservation.wsdl	22 Jan 2007 07:32:14 -0000	1.8
***************
*** 22,30 ****
  			targetNamespace="http://greath.example.com/2004/schemas/reservationItems">
  
! 			<xs:element name="confirmationNumber" type="string" />
! 			<xs:element name="checkInDate" type="date" />
! 			<xs:element name="checkOutDate" type="date" />
! 			<xs:element name="roomType" type="string" />
! 			<xs:element name="smoking" type="boolean" />
  
  		</xs:schema>
--- 22,30 ----
  			targetNamespace="http://greath.example.com/2004/schemas/reservationItems">
  
! 			<xs:element name="confirmationNumber" type="xs:string" />
! 			<xs:element name="checkInDate" type="xs:date" />
! 			<xs:element name="checkOutDate" type="xs:date" />
! 			<xs:element name="roomType" type="xs:string" />
! 			<xs:element name="smoking" type="xs:boolean" />
  
  		</xs:schema>

Received on Monday, 22 January 2007 07:32:19 UTC