◇◆
<counts> Counts
Container element for counts of a document (for example, number of tables, number
of
figures, number of words).
Usage/Remarks
Many elements in the base Suite were created explicitly for import conversion, that
is, so that the intellectual work of tagging done by publishers would not be discarded
when they converted material from another tag set to this Tag Set. The count elements
are
a perfect example of this rationale; they are conversion elements and should only
be
tagged if present in the original source.
Models and Context
May be contained in
Description
The following, in order:
- <book-count> Book-level Count (generic count), zero or more
- <book-fig-count> Book-level Figure Count, zero or one
- <book-table-count> Book-level Table Count, zero or one
- <book-equation-count> Book-level Equation Count, zero or one
- <book-ref-count> Book-level Reference Count, zero or one
- <book-page-count> Book-level Page Count, zero or one
- <book-word-count> Book-level Word Count, zero or one
Content Model
<!ELEMENT counts %counts-model; >
Expanded Content Model
(book-count*, book-fig-count?, book-table-count?, book-equation-count?, book-ref-count?, book-page-count?, book-word-count?)
Tagged Samples
Page count
...
<book-part-meta>
...
<counts>
<book-page-count count="1"/>
</counts>
<custom-meta-group>
<custom-meta>
<meta-name>crossmark</meta-name>
<meta-value>2013-02-15T11:32:17</meta-value>
</custom-meta>
</custom-meta-group>
</book-part-meta>
...
Multiple counts
...
<book-meta>
<book-id book-id-type="publisher">handbook-648</book-id>
...
<counts>
<book-count count-type="features"
count="46">16 maps and 30 portraits</book-count>
<book-fig-count count="24">9 fullpage plates with
tissue guards and 15 large vignettes</book-fig-count>
<book-table-count count="40">36 tables and 4 arrays</book-table-count>
<book-equation-count count="78">70 numbered and 8
unnumbered</book-equation-count>
<book-ref-count count="115">115 cited references plus 38
additional reading</book-ref-count>
<book-page-count count="532">xxxii,500</book-page-count>
<book-word-count count="349852">349,852 words not including
appendices</book-word-count>
</counts>
</book-meta>
...