﻿<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML file generated by XMLSPY v5 rel. 3 U (http://www.xmlspy.com)-->
<DQPRequestDocument xmlns="http://mygrid.org.uk/namespaces/2003/10/dqp/types" xmlns:gdqs="http://dqp.ogsadai.org.uk/namespaces/2003/07/gdqs/types" xmlns:gds="http://ogsadai.org.uk/namespaces/2003/07/gds/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mygrid.org.uk/namespaces/2003/10/dqp/types
/home/fitzgerd/schemas/DQPRequestDocument.xsd">
	
	<GDQSFHandle>http://xxx.xxx.xxx.xx:8080/ogsa/services/ogsadai/dqp/GridDistributedQueryServiceFactory</GDQSFHandle>
	
	<GDQDataSourceList>
		<importedDataSource name="LINUX">
			<GDSFactoryHandle>http://xxx.xxx.xxx.xx:8080/ogsa/services/ogsadai/GridDataServiceFactory</GDSFactoryHandle>
		</importedDataSource>
		<importedDataSource name="MMRG14">
			<GDSFactoryHandle>http://yyy.yyy.yyy.yy:8080/ogsa/services/ogsadai/GridDataServiceFactory</GDSFactoryHandle>
		</importedDataSource>
		<importedDataSource name="MMRG">
			<GDSFactoryHandle>http://zzz.zzz.zzz.zzz:8080/ogsa/services/ogsadai/GridDataServiceFactory</GDSFactoryHandle>
		</importedDataSource>
		
	</GDQDataSourceList>
	
	
	<distributedQuery name="select ORF 1">
			<gds:documentation>select ORF 1</gds:documentation>
			<gds:expression>select p.ORF from p in protein_sequences where p.ORF like "YBL03%";</gds:expression>
			<gds:webRowSetStream name="ReturnToSender"></gds:webRowSetStream>	
	</distributedQuery>
	
	<distributedQuery name="protein Interactions 1">
			<gds:documentation>protInter</gds:documentation>
			<gds:expression>Select p.ORF from proteinInteractions where p.ORF = "YBL037W";;</gds:expression>
			<gds:webRowSetStream name="ReturnToSender"></gds:webRowSetStream>	
	</distributedQuery>
	
</DQPRequestDocument>







