<word-count>

Word Count

Definition

The approximate number of words that appear in a book or book component (such as a chapter)

Remarks

Many elements in this 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 the NCBI Book Tag Sets. 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.

The count elements are modeled as EMPTY elements (that is, elements that have no content and store their real values in one or more attributes) because the majority of journal and book tag sets that were examined in the course of preparing this one used this mechanism, an inheritance of the older MAJOUR-header DTD.

Attribute

count Count

Related Elements

Inside the <counts> wrapper element are the counts of various components of the book: the <fig-count> is the number of figures, the <table-count> is the number of tables, the <equation-count> is the number of equations, the <ref-count> is either the number of references or (more properly) the number of citations in the bibliographic reference list, the <page-count> is the number of pages the book occupied in a print publication, and the <word-count> is the number of words in the book.

Model Information

Content Model

<!ELEMENT  word-count    EMPTY                                       >

Description

This is an EMPTY element

This element may be contained in:

<counts> Counts

Tagged Example

   
<book>
<book-meta>
<book-id pub-id-type="other">handbook</book-id>
<book-title-group>
<book-title>The NCBI Handbook</book-title>
</book-title-group>
<edition>1st</edition>
<contrib-group>
<contrib contrib-type="editor" rid="bid.m.1">
<name><surname>McEntyre</surname>
<given-names>Jo</given-names></name>
</contrib>
<contrib contrib-type="editor" rid="bid.m.1">
<name><surname>Ostell</surname>
<given-names>Jim</given-names></name>
</contrib>
</contrib-group>
<aff id="bid.m.1">
<institution>National Center for Biotechnology Information 
(NCBI), National Library of Medicine, National Institutes 
of Health</institution>, 
<addr-line>Bethesda, MD 20892-6510</addr-line>
</aff>
<publisher>
<publisher-name>National Center for Biotechnology Information 
(NCBI), National Library of Medicine, National Institutes 
of Health</publisher-name>
<publisher-loc>Bethesda, MD</publisher-loc></publisher>
<pub-date><month>11</month><year>2002</year></pub-date>
<counts>
<fig-count count="98"/>
<table-count count="40"/>
<equation-count count="0"/>
<ref-count count="115"/>
<page-count count="532"/>
<word-count count="149852"/>
</counts>
</book-meta>
<book-front>...</book-front>
<body>...</body>
<back>...</back>
</book>

Module

articlemeta.ent