archiveTypeListResponse element
Type: | archiveTypeListResponse |
Namespace: | (default namespace) |
The List response which contains the standard 'data' element, which is simply a list of archive types that we support to browser
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<archiveTypeListResponse>
<data>
<data>...</data>
<data>...</data>
<!--...more "data" elements...-->
</data>
</archiveTypeListResponse>