<?xml version='1.0' encoding='utf-8' ?>
<!-- $Id: ws-addr-wsdl.xsd,v 1.1 2005/03/22 18:15:15 hugo Exp $ -->
<!--
    W3C XML Schema defined in the Web Services Addressing 1.0 
    - WSDL Binding specification
    http://www.w3.org/TR/ws-addr-core

   Copyright © 2005 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® 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"
	xmlns:tns="http://www.w3.org/2005/02/addressing/wsdl"
	targetNamespace="http://www.w3.org/2005/02/addressing/wsdl" blockDefault="#all"
	elementFormDefault="qualified">
	
	<xs:element name="ServiceName" type="tns:ServiceNameType"/>
	<xs:complexType name="ServiceNameType">
		<xs:simpleContent>
			<xs:extension base="xs:QName">
				<xs:attribute name="EndpointName" type="xs:NCName" use="optional"/>
				<xs:anyAttribute namespace="##other" processContents="lax"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	
	<xs:element name="InterfaceName" type="tns:AttributedQNameType"/>
	<xs:complexType name="AttributedQNameType">
		<xs:simpleContent>
			<xs:extension base="xs:QName">
				<xs:anyAttribute namespace="##other" processContents="lax"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	
	<xs:attribute name="Action" type="xs:anyURI"/>
</xs:schema>
