◇◆
<count> Count
Generic count element to count anything a NISO STS standards-producing organization
may wish to count in a standards document. The @count-type attribute will name what is being counted (such as appendices, normative-notes, copyright-holders,
schemas). The @count attribute will state how many of the objects are 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>, <table-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 count EMPTY >
Tagged Sample
Counting two types of references
... <counts> <count count-type="norm-ref" count="61"/> <count count-type="biblio-ref" count="102"/> <fig-count count="3"/> <table-count count="2"/> <equation-count count="0"/> <ref-count count="163"/> <page-count count="67"/> </counts> ...