Example: <tagUsage>

These search results reproduce every example of the use of <tagUsage> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <tagUsage> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

2 The TEI Header


2.3.4.1 Rendition

<tagsDecl>
 <rendition xml:id="style1">
   ... description of one default rendition here ...
 </rendition>
 <rendition xml:id="style2">
   ... description of another default rendition here ...
 </rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="prender="#style1"> ... </tagUsage>
  <tagUsage gi="hirender="#style2"> ... </tagUsage>
 </namespace>
</tagsDecl>
<!-- elsewhere in the document -->
<p>This paragraph, mostly rendered in style1, contains a few words
<hi>rendered in style2</hi>
</p>
<p rendition="#style2">This paragraph is all rendered in style2</p>
<p>This is back to style1</p>

2.3.4.2 Tag Usage

<tagUsage gi="hioccurs="28"> Used only to mark English words italicised in the copy text.
</tagUsage>

2.3.4.2 Tag Usage

<tagUsage gi="pboccurs="321withId="321"> Marks page breaks in the York
(1734) edition only </tagUsage>

<tagsDecl>

<tagsDecl>
 <rendition xml:id="rend-it">to be rendered in italic font</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="467"
   render="#rend-it"/>

  <tagUsage gi="titleoccurs="45"
   render="#rend-it"/>

 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="paraoccurs="10"/>
 </namespace>
</tagsDecl>

<tagsDecl>

<tagsDecl>
 <rendition xml:id="fr_rend-it">restitué à l'affichage en caractères italiques</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="467"
   render="#fr_rend-it"/>

  <tagUsage gi="titleoccurs="45"
   render="#fr_rend-it"/>

 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="paraoccurs="10"/>
 </namespace>
</tagsDecl>

<tagsDecl>

<tagsDecl>
 <rendition xml:id="zh-tw_rend-it">用於斜體字</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="467"
   render="#zh-tw_rend-it"/>

  <tagUsage gi="titleoccurs="45"
   render="#zh-tw_rend-it"/>

 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="paraoccurs="10"/>
 </namespace>
</tagsDecl>

<tagUsage>

<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="hioccurs="28withId="2"
   render="#it">
Used to mark English words
     italicized in the copy text.</tagUsage>
  <tagUsage gi="foreignrender="#it">Used to mark non-English words in the copy text.</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>

<tagUsage>

<tagsDecl>
 <rendition xml:id="fr_it">A noter l'emploi d'une variante penchée ou italique dans la fonte
   actuelle.</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="abbr"> Les abréviations étant très courantes et de type
  <term>brevigraph</term> (voir le manuel TEI), l'attribut "type" a cette valeur par
     défaut. Dans les autres cas, ("Sénécial" abrégé par "Sénat") , l'attribut "type " a
     explicitement la valeur "contraction" et l'attribut "expan" contient la forme
     développée.</tagUsage>
  <tagUsage gi="lb">Chaque ligne est numérotée depuis le début du corps de la lettre (sauf
     le titre).</tagUsage>
  <tagUsage gi="lb">Chaque page est numérotée sous la forme d'un numéro de folio suivi de
     "recto" ou "verso". Dans certains cas, le foliotage réel n'est pas celui qui est
     indiqué sur le registre. Dans ce cas, les deux numérotations sont gardées.</tagUsage>
  <tagUsage gi="unclear">Mots difficiles à lire</tagUsage>
  <tagUsage gi="opener">Phrase(s) d'introduction de la lettre.</tagUsage>
  <tagUsage gi="signed">Signature du copiste.</tagUsage>
 </namespace>
</tagsDecl>

<tagUsage>

<tagsDecl>
 <rendition xml:id="zh-tw_it">將斜體用於通用的字型</rendition>
<!-- ... -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="28withId="2"
   render="#zh-tw_it">
用來標示副本裡的斜體英文字。</tagUsage>
  <tagUsage gi="foreignrender="#zh-tw_it">用來標示副本裡的非英文字。</tagUsage>
<!-- ... -->
 </namespace>
</tagsDecl>

<namespace>

<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="hioccurs="28withId="2"
  render="#it">
Used only to mark English words
   italicized in the copy text </tagUsage>
</namespace>

<namespace>

<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="foreignrender="#fr_it">Employé pour marquer des mots non-français dans le
   texte.</tagUsage>
</namespace>

<namespace>

<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="hioccurs="28withId="2"
  render="#zh-tw_it">
僅用於標示副本上的斜體英文字</tagUsage>
</namespace>

1 The TEI Infrastructure


1.3.1.1.3 Rendition Indicators

<tagsDecl>
<!-- define italic style using CSS -->
 <rendition xml:id="ITscheme="css">font-style: italic</rendition>
<!-- define a serif font family -->
 <rendition xml:id="FontRomanscheme="css">font-family: serif</rendition>
<!-- set italic style as default for the emph and hi elements -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="emphrender="#IT"/>
  <tagUsage gi="hirender="#IT"/>
<!-- set the default font-family for the text element -->
  <tagUsage gi="textrender="#FontRoman"/>
 </namespace>
</tagsDecl>
<!-- ... -->
<text>
 <body>
  <div>
   <p rendition="#IT">
<!-- this paragraph uses the seriffed font, but is in italic-->
   </p>
   <p>
<!-- this paragraph uses the seriffed font, but is not in italic -->
   </p>
  </div>
 </body>
</text>

3 Elements Available in All TEI Documents


3.3.3 Quotation

<said>Who-e debel
you?</said> — he at last said —
<said>you no speak-e,
damme, I kill-e.</said> And so saying,
the lighted tomahawk began flourishing
about me in the dark.

<!-- in the header -->
<tagsDecl>
 <rendition xml:id="prequotescheme="css"
  scope="before">
content:"‘";</rendition>
 <rendition xml:id="postquotescheme="css"
  scope="after">
content:"’";</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="said"
   render="#prequote #postquote"/>

 </namespace>
</tagsDecl>

7 Performance Texts


7.2.4 Stage Directions

<tagUsage gi="stage">This element is used for all stage directions,
editorial or authorial. The type attribute on this element takes
one or more of the following values:
<list type="gloss">
  <label>setting</label>
  <item>describes the set</item>
  <label>blocking</label>
  <item>describes movement across stage, position, etc.</item>
  <label>business</label>
  <item>describes movement other than blocking</item>
  <label>delivery</label>
  <item>describes how the line is said</item>
  <label>motivation</label>
  <item>describes character's emotional state or through line</item>
 </list>
</tagUsage>