| '''Errors'''
|{{Error|ARCH0002|#Errors}} The packing format is not supported.<br/>{{Error|ARCH9999|#Errors}} archive creation failed for some other reason.
|-
| '''Examples'''
|A standard ZIP archive will return the following options:
<pre class="brush:xml">
<archive:options xmlns:archive="http://basex.org/modules/archive">
<archive:format value="zip"/>
<archive:algorithm value="deflate"/>
</archive:options>
</pre>
|}