<att>

<att> (attributo) contiene il nome di un attributo che compare all'interno del testo 22 Documentation Elements
Modulo tagdocs — 22 Documentation Elements
Oltre agli attributi globali
scheme assegna un identificatore allo schema nel quale è definito tale nome
Stato Opzionale
Tipo di dati

<rng:ref name="data.enumerated"/>
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
Può contenere Ammessi soltanto caratteri di testo
Dichiarazione

<rng:element name="att">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme" a:defaultValue="TEI">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
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>