<gi>

<gi> (identificador genérico.) contiene el nombre (identificador genérico) de un elemento. 22 Documentation Elements 22.4.4 Element Specifications
Módulo tagdocs — 22 Documentation Elements
Además de los atributos globales
scheme proporciona el nombra del esquema en el que se define tal nombre.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Posibles valores:
TEI
(el elemento es parte del esquema TEI.) este elemento es parte del esquema de TEI. [Por defecto]
DBK
(el elemento es parte de un esquema Docbook.) este elemento es parte del esquema de Docbook.
XX
(el elemento es parte de un esquema desconocido.) este elemento es parte de un esquema desconocido.
Schematron
HTML
Usado por
Puede contener Sólo datos de caracteres
Declaración

<rng:element name="gi">
 <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 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.