Number of <table-wrap> elements that appear in the document.
Best Practice: The <array> elements should not be counted for purposes of determining the number of tables present in an document.
<!ELEMENT table-count EMPTY >
This is an EMPTY element
<book dtd-version="1.0">
<book-meta>
<book-id book-id-type="publisher">handbook-648</book-id>
<book-title-group>
<book-title>The NCBI Handbook</book-title>
</book-title-group>
...
<counts>
<count count-type="contributors" count="2"/>
<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>
<front-matter>...</front-matter>
<book-body>...</book-body>
<book-back>...</book-back>
</book>