Example: <tagUsage> (element usage)

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>
Show all ⚓︎

<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>
Show all ⚓︎

<tagUsage> (fr)

<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>
bibliography Show all ⚓︎

<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>
Show all ⚓︎

<namespace> (fr)

<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>
Show all ⚓︎

<namespace> (zh-TW)

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

1 The TEI Infrastructure


att.datcat

<tagsDecl partial="true">
<!-- ... -->
 <namespace name="http://www.tei-c.org/ns/1.0">
  <tagUsage gi="pos"
   targetDatcat="http://hdl.handle.net/11459/CCR_C-396_5a972b93-2294-ab5c-a541-7c344c5f26c3">
Contains the part of speech.</tagUsage>
  <tagUsage gi="case"
   targetDatcat="http://hdl.handle.net/11459/CCR_C-1840_9f4e319c-f233-6c90-9117-7270e215f039">
Contains information about the grammatical case that the described form is inflected for.</tagUsage>
<!-- ... -->
 </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>
⚓︎