<gi>

<gi> (element name) contains the name (generic identifier) of an element. 22 Documentation Elements 22.4.4 Element Specifications
Modultagdocs — 22 Documentation Elements
Attribute
schemesupplies the name of the scheme in which this name is defined.
Zustand Optional
Datentyp
data.enumerated
Beispielwerte sind etwa:
TEI
(text encoding initiative) this element is part of the TEI scheme. [Vorgabe]
DBK
(docbook) this element is part of the Docbook scheme.
XX
(unknown) this element is part of an unknown scheme.
Verwendet von model.phrase.xml
Kann enthaltenCharacter data only
Deklaration
element gi
{
   att.global.attributes,
   attribute scheme { data.enumerated }?,
   text
}
Beispiel
<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.