teacup/config/content-formats.xml
2021-12-15 11:29:23 +00:00

11 lines
No EOL
606 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="content-formats.rnc" type="application/relax-ng-compact-syntax"?>
<!--
This document contains a list of content formats.
N.B. this list is not exhaustive
-->
<controlledList xmlns='http://cms.bloomsbury.com/content-format' scope='contentFormat'>
<name xml:id='xml' label='XML' mimeType='application/xml'/>
<name xml:id='docx' label='Word (docx)' mimeType='application/vnd.openxmlformats-officedocument.wordprocessingml.document'/>
<name xml:id='zip' label='Archive (zip)' mimeType='application/zip'/>
</controlledList>