<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns="http://www.pacificspirit.com/ns/2005/05/WDL/" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://www.pacificspirit.com/ns/2005/05/WDL/ ./WDL.xsd"
	xmlns:ysearchtypes="http://www.pacificspirit.com/ns/2005/yahoo/srch/types/" 
	xmlns:yahoosrch="urn:yahoo:srch" 
       xmlns:xs="http://www.w3.org/2001/XMLSchema">
	
 	<xs:import namespace="http://www.pacificspirit.com/ns/2005/yahoo/srch/types/" location="./YahooV1Search.xsd"/>
	<xs:import namespace="urn:yahoo:srch" location="./YahooV1SearchFault.xsd"/>
	<xs:import namespace="urn:yahoo:srch" location="http://api.search.yahoo.com/WebSearchService/V1/WebSearchResponse.xsd"/>
	
	<!-- http://api.search.yahoo.com/WebSearchService/V1/webSearch?appid=YahooDemo&query=madonna&results=2 -->
	<resource location="http://api.search.yahoo.com/WebSearchService/V1/">
	   	<getoperation location="{searchString}">
	   	   <output ref="yahoosrch:Result"/>
	   	   <output code="400 403 503" ref="yahoosrch:Error"/>
	   	</getoperation>
	 </resource>
	 
</resources>
