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.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 partial="true">
 <rendition xml:id="rend-itscheme="css"
  selector="emph hi name title">
font-style: italic;</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="hioccurs="467"/>
  <tagUsage gi="titleoccurs="45"/>
 </namespace>
 <namespace name="http://docbook.org/ns/docbook">
  <tagUsage gi="paraoccurs="10"/>
 </namespace>
</tagsDecl>

<tagUsage>

<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>

<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>

<namespace>

<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="hioccurs="28withId="2"> 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="foreign">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"> 僅用於標示副本上的斜體英文字</tagUsage>
</namespace>

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 partial="true">
 <rendition xml:id="prequotescheme="css"
  selector="saidscope="before">
content:"‘";</rendition>
 <rendition xml:id="postquotescheme="css"
  selector="saidscope="after">
content:"’";</rendition>
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="said"/>
 </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>