<tagUsage>

<tagUsage> supplies information about the usage of a specific element within a text. 2.3.4 The Tagging Declaration
Moduleheader — 2 The TEI Header
AttributesIn addition to global attributes
gi(element name) the name (generic identifier) of the element indicated by the tag.
Status Required
Datatype
data.name
Values the name of an element within the namespace indicated by the parent namespace element
occursspecifies the number of occurrences of this element within the text.
Status Recommended
Datatype
data.count
Values an integer number greater than zero
withId(with unique identifier) specifies the number of occurrences of this element within the text which bear a distinct value for the global xml:id attribute.
Status Recommended
Datatype
data.count
Values an integer number greater than zero
renderspecifies the identifier of a rendition element which defines how this element is to be rendered.
Status Optional
Datatype
data.pointer
Values an identifier specified as the value of the xml:id attribute on some rendition element in the current document.
Declaration
element tagUsage
{
   att.global.attributes,
   attribute gi { data.name },
   attribute occurs { data.count }?,
   attribute withId { data.count }?,
   attribute render { data.pointer }?,
   macro.limitedContent
}
Example
<tagsDecl>
 <rendition xml:id="it">Render using a slant or italic variant
   on the current font</rendition>
<!-- ... -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage
    gi="hi"
    occurs="28"
    withId="2"
    render="#it">
Used to mark English words italicised in the copy text.</tagUsage>
  <tagUsage gi="foreignrender="#it">Used to mark non-English
     words in the copy text.</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>
Contained bynamespace
May contain