◇◆
<fig-count> Figure Count
Number of <fig> elements that appear in
the standards document.
Usage/Remarks
Best Practice
Although a NISO STS standards-producing organization could
choose to record all the counts of objects in a standard using the <count> element, Best Practice is to use the specific count elements (<fig-count>, <equation-count>, <word-count>, etc.) whenever possible, using the <count> element only for ad hoc counts, organization-specific counts, standard-specific
counts, and similar.
Models and Context
May be contained in
Description
This is an EMPTY element
Content Model
<!ELEMENT fig-count EMPTY >
Tagged Sample
Number of <fig>s
Preferred predefined count elements
...
<std-meta>
...
<counts>
<fig-count count="1"/>
<table-count count="7"/>
<equation-count count="141"/>
<ref-count count="163"/>
<page-count count="151"/>
</counts>
</std-meta>
...