<?xml version="1.0" encoding="UTF-8"?>
<s:scufl xmlns:s="http://org.embl.ebi.escience/xscufl/0.1alpha" version="0.2" log="0">
  <s:workflowdescription lsid="urn:lsid:net.sf.taverna:wfDefinition:bc4496d4-49a3-47b5-b73c-e4b2431143f7" author="" title="e_Search_Test" />
  <s:processor name="run_eSearch">
    <s:arbitrarywsdl>
      <s:wsdl>http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl</s:wsdl>
      <s:operation>run_eSearch</s:operation>
    </s:arbitrarywsdl>
  </s:processor>
  <s:processor name="parametersXML">
    <s:local>
      org.embl.ebi.escience.scuflworkers.java.XMLInputSplitter
      <s:extensions>
        <s:complextype optional="false" unbounded="false" typename="eSearchRequest" name="parameters" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}eSearchRequest">
          <s:elements>
            <s:basetype optional="true" unbounded="false" typename="string" name="db" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;db" />
            <s:basetype optional="true" unbounded="false" typename="string" name="term" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;term" />
            <s:basetype optional="true" unbounded="false" typename="string" name="WebEnv" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;WebEnv" />
            <s:basetype optional="true" unbounded="false" typename="string" name="QueryKey" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;QueryKey" />
            <s:basetype optional="true" unbounded="false" typename="string" name="usehistory" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;usehistory" />
            <s:basetype optional="true" unbounded="false" typename="string" name="tool" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;tool" />
            <s:basetype optional="true" unbounded="false" typename="string" name="email" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;email" />
            <s:basetype optional="true" unbounded="false" typename="string" name="field" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;field" />
            <s:basetype optional="true" unbounded="false" typename="string" name="reldate" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;reldate" />
            <s:basetype optional="true" unbounded="false" typename="string" name="mindate" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;mindate" />
            <s:basetype optional="true" unbounded="false" typename="string" name="maxdate" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;maxdate" />
            <s:basetype optional="true" unbounded="false" typename="string" name="datetype" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;datetype" />
            <s:basetype optional="true" unbounded="false" typename="string" name="RetStart" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;RetStart" />
            <s:basetype optional="true" unbounded="false" typename="string" name="RetMax" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;RetMax" />
            <s:basetype optional="true" unbounded="false" typename="string" name="rettype" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;rettype" />
            <s:basetype optional="true" unbounded="false" typename="string" name="sort" qname="{http://www.ncbi.nlm.nih.gov/soap/eutils/esearch}&gt;eSearchRequest&gt;sort" />
          </s:elements>
        </s:complextype>
      </s:extensions>
    </s:local>
  </s:processor>
  <s:processor name="db" boring="true">
    <s:stringconstant>pubmed</s:stringconstant>
  </s:processor>
  <s:processor name="mindate" boring="true">
    <s:stringconstant>2005</s:stringconstant>
  </s:processor>
  <s:processor name="maxdate" boring="true">
    <s:stringconstant>2008</s:stringconstant>
  </s:processor>
  <s:processor name="retmax" boring="true">
    <s:stringconstant>500</s:stringconstant>
  </s:processor>
  <s:link source="db:value" sink="parametersXML:db" />
  <s:link source="maxdate:value" sink="parametersXML:maxdate" />
  <s:link source="mindate:value" sink="parametersXML:mindate" />
  <s:link source="parametersXML:output" sink="run_eSearch:parameters" />
  <s:link source="term" sink="parametersXML:term" />
  <s:link source="retmax:value" sink="parametersXML:RetMax" />
  <s:link source="run_eSearch:parameters" sink="out" />
  <s:source name="term" />
  <s:sink name="out" />
</s:scufl>


