<table-count>

Table Count

Definition

Number of tables (Table Wrapper <table-wrap>) that appear in an article.

Remarks

Array (Simple Tabular Array)s are not counted.

Many elements in this DTD 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 DTD to an archival interchange or repository DTD created from this Suite. 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 DTDs that were examined in the course of preparing this DTD 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 article: 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 page count, and the <word-count> is the number of words in the article.

Model Description

This is an EMPTY element, that is, it has no content, only attributes.

Tagged Example


...
<abstract>...
</abstract>
<conference>
<conf-date>1999</conf-date>
<conf-name>The 27th annual ACM SI/GUCCS
conference</conf-name>
<conf-num>27</conf-num>
<conf-loc>Denver, Colorado, United States</conf-loc>
<conf-sponsor>ACM, Assoc. for Computing
Machinery</conf-sponsor>
<conf-theme>User services conference for
university and college commuting service
organizations</conf-theme>
<conf-acronym>SIGUCCS '99</conf-acronym>
</conference>
<counts>
<fig-count count="5"/>
<table-count count="3"/>
<equation-count count="10"/>
<ref-count count="26"/>
<page-count count="6"/>
<word-count count="2847"/>
</counts>
</article-meta>
...
</body>
<back>...


Module

articlemeta.ent