<gi>

<gi> (identificatore generico) contiene il nome (identificatore generico) di un elemento 22 Documentation Elements 22.4.4 Element Specifications
Modulo tagdocs — 22 Documentation Elements
Oltre agli attributi globali
scheme fornisce il nome dello schema in cui è definito tale nome
Stato Opzionale
Tipo di dati

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

<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
}
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.