<gi>

<gi> (identificatore generico) contiene il nome (identificatore generico) di un elemento 22 Documentation Elements 22.4.4 Element Specifications
Modulotagdocs — 22 Documentation Elements
Attributi
schemefornisce il nome dello schema in cui è definito tale nome
Stato Opzionale
Tipo di dati
data.enumerated
I valori esemplificativi includono:
TEI
(TEI) l'elemento è parte dello schema TEI [Valore di default]
DBK
(Docbook) l'elemento è parte dello schema Docbook
XX
(sconosciuto) l'elemento è parte di uno schema sconosciuto
Usato da model.phrase.xml
Può contenereAmmessi soltanto caratteri di testo
Dichiarazione
element gi
{
   att.global.attributes,
   attribute scheme { data.enumerated }?,
   text
}
Esempio
<p>The
<gi>xhtml:li</gi> element is roughly analogous to the
<gi>item</gi> element, as is the <gi scheme="DBK">listItem</gi> element.</p>

This example shows the use of both a namespace prefix and the schema attribute as alternative ways of indicating that the gi in question is not a TEI element name: in practice only one method should be adopted.