att.global

att.global fournit un jeu d'attributs communs à tous les éléments dans le système de codage TEI. 1.3.1.1 Global Attributes
Moduletei — 1 The TEI Infrastructure
Membres
Attributs att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs)
xml:id (identifiant) fournit un identificateur unique pour l'élément qui porte l'attribut
Statut Optionel
Type de données

<rng:data type="ID"/>
xsd:ID
Valeurs any valid XML identifier.
n (nombre) donne un numéro (ou une autre étiquette) pour un élément, qui n'est pas nécessairement unique dans le document TEI.
Statut Optionel
Type de données 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
séparé par un espace
Valeurs any string of characters; often, but not necessarily, numeric.
xml:lang (langue) indique la langue du contenu de l'élément en utilisant les codes du RFC 3066
Statut Optionel
Type de données

<rng:ref name="data.language"/>
data.language
Valeurs The value must conform to BCP 47. If the value is a private use code (i.e., starts with x- or contains -x-) it should, and if not it may, match the value of an ident attribute of a language element supplied in the TEI Header of the current document.
rend (interprétation) indique comment l'élément en question a été rendu ou présenté dans le texte source
Statut Optionel
Type de données 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
séparé par un espace
Valeurs any string of characters; if the typographic rendition of a text is to be systematically recorded, a systematic set of values for the rend attribute should be defined.
<head rend="align(center) case(allcaps)">
 <lb/>To The
<lb/>Duchesse
<lb/>of
<lb/>Newcastle,
<lb/>On Her
<lb/>
 <hi rend="case(mixed)">New Blazing-World</hi>.

</head>
renditionpointe vers une description du rendu ou de la présentation utilisés pour cet élément dans le texte source
Statut Optionel
Type de données 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
séparé par un espace
Valeurs one or more URIs, separated by whitespace.
<head rendition="#ac #sc">
 <lb/>To The
<lb/>Duchesse
<lb/>of
<lb/>Newcastle,
<lb/>On Her
<lb/>
 <hi rendition="#no">New Blazing-World</hi>.

</head>
<!-- elsewhere... -->
<rendition xml:id="scscheme="css">font-variant: smallcaps</rendition>
<rendition xml:id="noscheme="css">font-variant: normal</rendition>
<rendition xml:id="acscheme="css">text-align: center</rendition>
xml:basedonne une référence URI de base au moyen de laquelle les applications peuvent résoudre des références d'URI relatives en références d'URI absolues
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs any syntactically valid URI reference.
<div type="bibl">
 <head>Bibliography</head>
 <listBibl
   xml:base="http://www.lib.ucdavis.edu/BWRP/Works/">

  <bibl n="1">
   <author>
    <name>Landon, Letitia Elizabeth</name>
   </author>
   <ref target="LandLVowOf.sgm">
    <title>The Vow of the Peacock</title>
   </ref>
  </bibl>
  <bibl n="2">
   <author>
    <name>Compton, Margaret Clephane</name>
   </author>
   <ref target="NortMIrene.sgm">
    <title>Irene, a Poem in Six Cantos</title>
   </ref>
  </bibl>
  <bibl n="3">
   <author>
    <name>Taylor, Jane</name>
   </author>
   <ref target="TaylJEssay.sgm">
    <title>Essays in Rhyme on Morals and Manners</title>
   </ref>
  </bibl>
 </listBibl>
</div>