att.global

att.global stabilisce un insieme di attributi comuni a tutti gli elementi dello schema di codifica TEI 1.3.1.1 Global Attributes
Modulotei — 1 The TEI Infrastructure
Membri
Attributi att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs)
xml:id (identificatore) assegna un identificatore unico all'elemento a cui è associato l'attributo
Stato Opzionale
Tipo di dati
xsd:ID
Valori any valid XML identifier.
Nota
The xml:id attribute may be used to specify a canonical reference for an element; see section 3.10 Reference Systems.
n (numero) assegna un numero (o altra etichetta) a un elemento che non è necessariamente unico all'interno del documento
Stato Opzionale
Tipo di dati 1–∞ occurrences of
data.word
separato da spazio bianco
Valori any string of characters; often, but not necessarily, numeric.
Nota
The n attribute may be used to specify the numbering of chapters, sections, list items, etc.; it may also be used in the specification of a standard reference system for the text.
xml:lang (lingua) indica la lingua del contenuto dell'elemento utilizzando i codici tratti da RFC 3066
Stato Opzionale
Tipo di dati
data.language
Valori 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.
Nota
If no value is specified for xml:lang, the xml:lang value for the immediately enclosing element is inherited; for this reason, a value should always be specified on the outermost element (<TEI>).
rend (resa) indica come l'elemento in questione è stato reso o rappresentato nel testo originario
Stato Opzionale
Tipo di dati 1–∞ occurrences of
data.word
separato da spazio bianco
Valori 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>
Nota
These Guidelines make no binding recommendations for the values of the rend attribute; the characteristics of visual presentation vary too much from text to text and the decision to record or ignore individual characteristics varies too much from project to project. Some potentially useful conventions are noted from time to time at appropriate points in the Guidelines.
renditionindica una descrizione della resa o della presentazione utilizzate per tale elemento nel testo di partenza
Stato Opzionale
Tipo di dati 1–∞ occurrences of
data.pointer
separato da spazio bianco
Valori 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>
Nota
The rendition attribute is used in a very similar way to the class attribute defined for XHTML but with the important distinction that its function is to describe the appearance of the source text, not necessarily to determine how that text should be presented on screen or paper.
Where both rendition and rend are supplied, the latter is understood to override or complement the former.
Each URI provided should indicate a <rendition> element defining the intended rendition in terms of some appropriate style language, as indicated by the scheme attribute.
xml:baseassegna un riferimento URI di base grazie al quale eventuali applicazioni possono analizzare riferimenti URI relativi come riferimenti URI assoluti
Stato Opzionale
Tipo di dati
data.pointer
Valori 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>
Nota
The global attributes described here are made part of the attribute definition list declaration of each element by including a reference to the pattern att.global.attributes in each such declaration.