<tagUsage>

<tagUsage> beschreibt den Gebrauch eines speziellen Elements in einem Text. [2.3.4 The Tagging Declaration]
Modulheader — The TEI Header
Attributeatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
gi(generic identifier) die Bezeichnung (generischer Bezeichner) des durch das Tag gekennzeichneten Elements.
Zustand Obligatorisch
Datentyp teidata.name
occursgibt an, wie oft das Element im Text vorkommt
Zustand Empfohlen
Datentyp teidata.count
withId(with unique identifier) gibt an, wie oft dieses Element mit einem bestimmten Wert für das globale Attribut xml:id im Text vorkommt.
Zustand Empfohlen
Datentyp teidata.count
renderbeschreibt den Bezeichner für ein rendition -Element, das festlegt, wie dieses Element wiedergegeben werden soll.
veraltetThis feature will be withdrawn after 2017-01-01
Zustand Optional
Datentyp 1–∞ Vorkommen von teidata.pointer durch Leerzeichen getrennt
Enthalten in
header: namespace
Kann enthalten
Beispiel
<tagsDecl partial="true">
 <rendition xml:id="itscheme="css"
  selector="foreign hi">
font-style: italic; </rendition>
<!-- ... -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="28withId="2"> Used to mark English words italicized in the copy text.</tagUsage>
  <tagUsage gi="foreign">Used to mark non-English words in the copy text.</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>
Beispiel
<tagsDecl>
<!-- deprecated usage -->
 <rendition xml:id="dit">Render using a slant or italic variant on the current font</rendition>
<!-- ... -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="28withId="2"
   render="#dit">
Used to mark English words
     italicized in the copy text.</tagUsage>
  <tagUsage gi="foreignrender="#dit">Used to mark non-English words in the copy text.</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>
Content model
<content>
 <macroRef key="macro.limitedContent"/>
</content>
Schema Deklaration
<rng:element name="tagUsage">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:attribute name="gi">
  <rng:ref name="teidata.name"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="occurs">
   <rng:ref name="teidata.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="withId">
   <rng:ref name="teidata.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="render">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.limitedContent"/>
</rng:element>
element tagUsage
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute gi { teidata.name },
   attribute occurs { teidata.count }?,
   attribute withId { teidata.count }?,
   attribute render { list { teidata.pointer+ } }?,
   macro.limitedContent
}