<collection-name>

Collection Name

Human-readable name of the collection of books as a whole, for use in web page titles, menus, etc.

Remarks

The contents of <collection-name> may be a longer version of the collection identifier (<collection-id>).

Content Model

<!ELEMENT  collection-name  
                        (#PCDATA %collection-name-elements;)*        >

Expanded Content Model

(#PCDATA | email | ext-link | multi-link | uri | inline-supplementary-material | related-article | related-object | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | break)*

Description

Any combination of:

This element may be contained in:

<collection-meta>

Example

<collection dtd-version="3.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mml="http://www.w3.org/1998/Math/MathML">
<collection-meta>
<collection-id>Quacks</collection-id>
<collection-name>Famous Quacks</collection-name>
<abstract><p>Biographies of famous quacks and frauds. The following books
have been digitized and the full text has been made available both online
(HTML) and in PDF format.</p></abstract>
<collection-list>
<collection-member>
<title>Perkins and the Perkins Tractor</title>
<ext-link ext-link-type="URL"
xlink:href="http://www.ncbi.nlm.nih.gov/books/perkins"
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"></ext-link>
</collection-member>
<collection-member>
<title>The Practical Phrenologist</title>
<ext-link ext-link-type="URL"
xlink:href="http://www.ncbi.nlm.nih.gov/books/Fowler"
xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"></ext-link>
</collection-member>
</collection-list>
</collection-meta>
</collection>

Module

bookandcoll-for-taglib3.dtd