<att>

<att> (attributo) contiene il nome di un attributo che compare all'interno del testo 22 Documentation Elements
Modulotagdocs — 22 Documentation Elements
Attributi
schemeassegna un identificatore allo schema nel quale è definito tale nome
Stato Opzionale
Tipo di dati
data.enumerated
I valori esemplificativi includono:
TEI
(TEI) l'attributo è parte dello schema TEI [Valore di default]
DBK
(Docbook) l'attributo è parte dello schema Docbook
XX
(sconosciuto) l'attributo è parte di uno schema sconosciuto
Usato da model.phrase.xml
Può contenereAmmessi soltanto caratteri di testo
Dichiarazione
element att
{
   att.global.attributes,
   attribute scheme { data.enumerated }?,
   text
}
Esempio
<p>The TEI defines six <soCalled>global</soCalled> attributes;
their names are <att>xml:id</att>, <att>rend</att>,
<att>xml:lang</att>, <att>n</att>, <att>xml:space</att>, and
<att>xml:base</att>; <att scheme="XX">style</att> is not among
them.</p>
Nota
A namespace prefix may be used in order to specify the scheme as an alternative to specifying it via the scheme attribute: it takes precedence