2002/ws/desc/test-suite/xmlcatalog/wsdl wsdl20-instance.xsd,NONE,1.1

Update of /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl
In directory hutz:/tmp/cvs-serv2713/xmlcatalog/wsdl

Added Files:
	wsdl20-instance.xsd 
Log Message:
Completed service reference example for primer. There is still a minor problem in the definition of the restriction of ServiceType. The <endpoint> element isn't getting the WSDL namespace in the restriction.

--- NEW FILE: wsdl20-instance.xsd ---
<?xml version='1.0' encoding='UTF-8'?>
<!-- $Id: wsdl20-instance.xsd,v 1.1 2005/03/26 19:53:33 aryman Exp $ -->
<!-- 
	W3C XML Schema defined in the Web Services Description (WSDL)
	Version 2.0 specification
	http://www.w3.org/TR/wsdl20
	
	Copyright (c) 2004 World Wide Web Consortium,
	
	(Massachusetts Institute of Technology, European Research Consortium for
	Informatics and Mathematics, Keio University). All Rights Reserved. This
	work is distributed under the W3C(r) Software License [1] in the hope that
	it will be useful, but WITHOUT ANY WARRANTY; without even the implied
	warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
	
	[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-->

<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
	targetNamespace='http://www.w3.org/2004/08/wsdl-instance'
	xmlns:wsdli="http://www.w3.org/2004/08/wsdl-instance"
	elementFormDefault='qualified'
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../xsd/XMLSchema.xsd">


	<xs:attribute name="wsdlLocation">
		<xs:annotation>
			<xs:documentation>
				This attribute can be used to provide some hints on
				where additional WSDL information for a given namespace
				can be found in order to help with QName resolution
			</xs:documentation>
		</xs:annotation>
		<xs:simpleType>
			<xs:list itemType="xs:anyURI" />
		</xs:simpleType>
	</xs:attribute>

</xs:schema>

Received on Saturday, 26 March 2005 19:53:36 UTC