<gi>

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