<att>

<att> (attribut) contient le nom d'un attribut figurant à l'intérieur d'un texte 22 Documentation Elements
Moduletagdocs — 22 Documentation Elements
Attributs
schemefournit l'identifiant du schéma dans lequel ce nom est défini.
Statut Optionel
Type de données
data.enumerated
Exemple de valeurs possibles:
TEI
(cet attribut fait partie du modèle TEI) this attribute is part of the TEI scheme. [Valeur par défaut]
DBK
(cet attribut fait partie du modèle Docbook) this attribute is part of the Docbook scheme.
XX
(cet attribut fait partie d'un modèle inconnu) this attribute is part of an unknown scheme.
Utilisé par model.phrase.xml
Peut contenirDes données textuelles uniquement
Declaration
element att
{
   att.global.attributes,
   attribute scheme { data.enumerated }?,
   text
}
Exemple
<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>
Note
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