{strip}
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<manifest xmlns="urn:xmind:xmap:xmlns:manifest:1.0">
    {if !empty( $attachments )}
    <file-entry full-path="attachments/" media-type=""/>
    {foreach $attachments as $attach}
    <file-entry full-path="{$attach['filepath']}" media-type="{$attach['type']}"/>
    {/foreach}
    {/if}
    <file-entry full-path="content.xml" media-type="text/xml"/>
    <file-entry full-path="META-INF/" media-type=""/>
    <file-entry full-path="META-INF/manifest.xml" media-type="text/xml"/>
    <file-entry full-path="meta.xml" media-type="text/xml"/>
    <file-entry full-path="Revisions/" media-type=""/>
    <file-entry full-path="Revisions/{$meta['id']}/" media-type=""/>
    <file-entry full-path="Revisions/{$meta['id']}/rev-1-{$revisions['timestamp']}.xml" media-type=""/>
    <file-entry full-path="Revisions/{$meta['id']}/revisions.xml" media-type=""/>
    <file-entry full-path="Thumbnails/" media-type=""/>
    <file-entry full-path="Thumbnails/thumbnail.png" media-type="image/png"/>
</manifest>
{/strip}