<att>

<att> (atributo) contiene el nombre de un atributo que aparece en el interior de un texto. 22 Documentation Elements
Módulotagdocs — 22 Documentation Elements
Atributos
schemeproporciona un identificador al esquema en el cual se define tal nombre.
Estado Opcional
Tipo de datos
data.enumerated
Posibles valores:
TEI
(este atributo es parte del esquema TEI.) this attribute is part of the TEI scheme. [Por defecto]
DBK
(este atributo es parte del esquema Docbook.) this attribute is part of the Docbook scheme.
XX
(este atributo es parte de un esquema desconocido.) this attribute is part of an unknown scheme.
Used by model.phrase.xml
May containCharacter data only
Declaración
element att
{
   att.global.attributes,
   attribute scheme { data.enumerated }?,
   text
}
Ejemplo
<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