◇◆
<equation-count> Equation Count
Number of <disp-formula> elements that
appear in the 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 equation-count EMPTY >
Tagged Sample
Number of equations
Preferred predefined count element
...
<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>
...