<gi>

<gi> (element name) contains the name (generic identifier) of an element. 22 Documentation Elements 22.4.4 Element Specifications
組件tagdocs — 22 Documentation Elements
屬性
schemesupplies the name of the scheme in which this name is defined.
狀態 非必備的
資料類型
data.enumerated
實例值包含:
TEI
(text encoding initiative) this element is part of the TEI scheme. [預設值]
DBK
(docbook) this element is part of the Docbook scheme.
XX
(unknown) this element is part of an unknown scheme.
屬於 model.phrase.xml
可包含僅文字符號資料
宣告
element gi
{
   att.global.attributes,
   attribute scheme { data.enumerated }?,
   text
}
例子
<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.