<att>

<att> (attribut) contient le nom d'un attribut apparaissant dans le courant du texte. [22 Documentation Elements]
Module tagdocs — Documentation Elements
Attributs
scheme⚓︎ (schéma) fournit l'identifiant du schéma dans lequel ce nom est défini.
Statut Optionel
Type de données teidata.enumerated
Exemple de valeurs possibles:
TEI
(Text Encoding Initiative) cet attribut fait partie du modèle TEI. [Valeur par défaut]
DBK
(Docbook) cet attribut fait partie du modèle Docbook.
XX
(inconnu) cet attribut fait partie d'un schéma inconnu.
imaginary
(imaginary) the attribute is from a non-existent scheme, for illustrative purposes only
XHTML
(XHTML) the attribute is part of the XHTML language
XML
(XML) the attribute is part of the XML language
XI
(XI) the attribute is defined in the xInclude schema
Membre du
Contenu dans
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Peut contenir
XSD Name
Note

Un préfixe d'espace de noms peut être utilisé pour spécifier le schéma, comme alternative à sa spécification par l'attribut scheme : le préfixe est alors prioritaire.

Exemple
<p>La TEI définit six attributs<soCalled>globaux</soCalled> qui se nomment
<att>xml:id</att>, <att>rend</att>, <att>xml:lang</att>, <att>n</att>,
<att>xml:space</att>, et <att>xml:base</att>; <att scheme="XX">type</att>n'en fait pas
partie .</p>
Modèle de contenu
<content>
 <dataRef key="teidata.name"/>
</content>
Schéma Declaration
<rng:element name="att">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme"
   a:defaultValue="TEI">

   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="teidata.name"/>
</rng:element>
element att
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute scheme { teidata.enumerated }?,
   teidata.name
}