<tagUsage>

<tagUsage> テキスト中にある特定要素の使い方に関する情報を示す. 2.3.4 The Tagging Declaration
モジュールheader — 2 The TEI Header
属性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
gi (element name) 当該タグで示された要素の名前(GI, 共通識別子).
状態 必須
データ型

<rng:ref name="data.name"/>
data.name
the name of an element within the namespace indicated by the parent namespace element
occurs 当該要素が,テキスト中で出現する回数を示す.
状態 推薦される
データ型

<rng:ref name="data.count"/>
data.count
an integer number greater than zero
withId (with unique identifier) グローバル属性xml:idを持つテキスト中にある当該要素の 出現回数を示す.
状態 推薦される
データ型

<rng:ref name="data.count"/>
data.count
an integer number greater than zero
render 当該要素の描出法を定義する要素renditionの識別子を示す.
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
an identifier specified as the value of the xml:id attribute on some rendition element in the current document.
当該モジュールを使用するもの
上位
header: namespace
下位
宣言

<rng:element name="tagUsage">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:attribute name="gi">
  <rng:ref name="data.name"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="occurs">
   <rng:ref name="data.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="withId">
   <rng:ref name="data.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="render">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.limitedContent"/>
</rng:element>
element tagUsage
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   attribute gi { data.name },
   attribute occurs { data.count }?,
   attribute withId { data.count }?,
   attribute render { data.pointer }?,
   macro.limitedContent
}
<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="foreign" render="#it">Used to mark non-English words in the copy text.</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>