teacup/config/content-types.xml

30 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="content-types.rnc" type="application/relax-ng-compact-syntax"?>
<!--
This document contains a list of content types.
-->
<controlledList xmlns='http://cms.bloomsbury.com/content-type' scope='contentType'>
<!-- these derive from DocBook or TEI XML, generally supplied by external
conversion houses -->
<name xml:id='monograph' label='Monograph' volume-meta-template='monograph-volume-template.xml' chunk-meta-template='monograph-chunk-template.xml'/>
<name xml:id='archive' label='Digital archive'/>
<name xml:id='article' label='Article' suppressInBrowse="true" referenceid="monograph"/>
<name xml:id='reference' label='Reference' suppressInBrowse="true" referenceid="monograph"/>
<name xml:id='play' label='Play' volume-meta-template='play-volume-template.xml' chunk-meta-template='play-chunk-template.xml'/>
<name xml:id='screenplay' label='Screenplay'/>
<name xml:id='looseleaf' label='Looseleaf' volume-meta-template='book-volume-template.xml' chunk-meta-template='book-chunk-template.xml'/>
<!-- these are created internally, often with assistance from external
resources/collaborators -->
<name xml:id='person' label='Person' metadataOnly='true' volume-meta-template='person-template.xml'/>
<name xml:id='audio' label='Audio' metadataOnly='true' volume-meta-template='audio-template.xml'/>
<name xml:id='video' label='Video' metadataOnly='true' volume-meta-template='video-template.xml'/>
<name xml:id='organisation' label='Organisation' metadataOnly='true' volume-meta-template='organisation-template.xml'/>
<name xml:id='image' label='Image' metadataOnly='true' volume-meta-template='image-template.xml'/>
<name xml:id='series' label='Series' metadataOnly='true' volume-meta-template='series-template.xml'/>
<name xml:id='publisher' label='Publisher' metadataOnly='true' volume-meta-template='publisher-template.xml'/>
</controlledList>