count-type

Count Type

Names what is being counted by the <count> element, for example, images, contributors, algorithms, etc.

Remarks

This attribute may describe countable objects (for example, images, lemmas, or algorithms) for which there is no specifically named counting element. Alternatively, this attribute may be used with the <count> element and a value such as “figure”, replacing a named counter such as <fig-count>.

Used on Element: <count>

ValueMeaning
The name of an object, element, structureThe object being counted, for example, “contributor” when counting the number of authors or “image” for the number of images.
Restriction@count-type is required; it must be provided if the element is used.

Example

...
<counts>
<count count-type="contributors" count="3"/>
<fig-count count="5"/>
...
</counts>
...