<?xml version="1.0" encoding="utf-8"?>

<protocols_test xmlns="urn:bml/brainml.org:internal/Protocols/5"
		xmlns:an="urn:bml/brainml.org:med.cornell.edu/Analysis/2">
    
    <!-- Algorithm query -->
    <algorithm_query>
	<!-- To return all algorithms, send query without conditions tag. -->
	<conditions>
	    <and>
		<field namespace="urn:bml/brainml.org:med.cornell.edu/Analysis/2"
		       name="algorithm.name" values="Binless embedding method"/>
	    </and>
	</conditions>

	<return xml:base="urn:bml/brainml.org:med.cornell.edu/Analysis/2">
	    <entity name="algorithm"/>
	</return>
    </algorithm_query>


    <!-- Example response. -->
    <algorithm_response xmlns="urn:bml/brainml.org:internal/Protocols/5">
	
	<an:algorithm id="algorithm-1">
        <an:name>Binless embedding method</an:name>
	</an:algorithm>
    </algorithm_response>

</protocols_test>

