<pre class="brush:xquery">%restxq:produces("application/atom+xml")</pre>
By default, both mime types are {{Code|*/*}}. Note that this annotation will ''not'' affect the content-type of the HTTP response. Instead, you will need to add a <code>[[#Output|%output:media-type]]</code> annotation.
==Parameters==