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'attributoStato Opzionale
Tipo di dati Compatta in formato XML Formato XML da compattare <rng:data type="ID "/>
xsd:ID
Valori any valid XML identifier.
n (numero) assegna un numero (o altra etichetta) a un elemento
che non è necessariamente unico all'interno del documentoStato Opzionale
Tipo di dati 1–∞ occorrenze di separato da spazio bianco
Valori the value may contain only letters, digits, punctuation
characters, or symbols: it may not contain whitespace or word
separating characters. It need not be restricted to
numbers.
xml:lang (lingua) indica la lingua del contenuto dell'elemento
utilizzando i codici tratti da RFC
3066
Stato Opzionale
Tipo di dati
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.
rend (resa) indica come l'elemento in questione è stato reso o
rappresentato nel testo originarioStato Opzionale
Tipo di dati 1–∞ occorrenze di separato da spazio bianco
Valori may contain any number of tokens, each of which may
contain letters, punctuation marks, or symbols, but not
word-separating characters.
<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>
rendition indica una descrizione della resa o della
presentazione utilizzate per tale elemento nel testo di partenzaStato Opzionale
Tipo di dati 1–∞ occorrenze di 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> <rendition xml:id="sc " scheme="css "> font-variant: small-caps</rendition> <rendition xml:id="no " scheme="css "> font-variant: normal</rendition> <rendition xml:id="ac " scheme="css "> text-align: center</rendition>
xml:base assegna un riferimento URI di base grazie al quale
eventuali applicazioni possono analizzare riferimenti URI relativi come riferimenti URI
assolutiStato Opzionale
Tipo di dati
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>
xml:space segnala la volontà di far sì che la spaziatura sia mantenuta da qualsivoglia applicazione.Stato Opzionale
I valori legali sono: default the processor should treat white space according to the
default XML white space handling rules preserve the processor should preserve unchanged any and all
white space in the source