Response element for a Autocompleter widget. Each li element contains a single matching item.
<?xml version="1.0" encoding="UTF-8"?>
<response:response xmlns="http://www.w3.org/2002/06/xhtml2"
xmlns:response="http://www.volantis.com/xmlns/2006/05/widget/response"
xmlns:mcs="http://www.volantis.com/xmlns/2006/01/xdime/mcs">
<response:head>
<response:link rel="mcs:theme" href="/main.mthm"/>
</response:head>
<response:body>
<response:autocomplete>
<li>Poland</li>
<li>Portugal</li>
</response:autocomplete>
</response:body>
</response:response>