<gi>

<gi> (共通識別子) 要素の名前(共通識別子)を含む. 22 Documentation Elements 22.4.4 Element Specifications
モジュールtagdocs — 22 Documentation Elements
属性
scheme当該共通識別子が定義されているスキーム名を示す.
状態 任意
データ型
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.