<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="urn:uddi-org:vs_v3" xmlns:uddi="urn:uddi-org:api_v3" xmlns:uddi_vs="urn:uddi-org:vs_v3" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="3.0.2" id="uddi_vs">
	<!-- 
	Copyright (c) 2000-2002 by Accenture, Ariba, Inc., Commerce One, Inc. 
	Fujitsu Limited, Hewlett-Packard Company, i2 Technologies, Inc., 
	Intel Corporation, International Business Machines Corporation,  
	Microsoft Corporation, Oracle Corporation, SAP AG, Sun Microsystems, Inc., 
	and VeriSign, Inc.  All Rights Reserved.
    
	Copyright (c) OASIS Open 2002-2004. All Rights Reserved.
	-->
	<xsd:import namespace="urn:uddi-org:api_v3" schemaLocation="uddi_v3.xsd"/>
	<xsd:element name="validate_values" type="uddi_vs:validate_values" final="restriction"/>
	<xsd:complexType name="validate_values" final="restriction">
		<xsd:sequence>
			<xsd:element ref="uddi:authInfo" minOccurs="0"/>
			<xsd:choice>
				<xsd:element ref="uddi:businessEntity" maxOccurs="unbounded"/>
				<xsd:element ref="uddi:businessService" maxOccurs="unbounded"/>
				<xsd:element ref="uddi:bindingTemplate" maxOccurs="unbounded"/>
				<xsd:element ref="uddi:tModel" maxOccurs="unbounded"/>
				<xsd:element ref="uddi:publisherAssertion" maxOccurs="unbounded"/>
			</xsd:choice>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>

