<gi>

<gi> (通用識別符碼) 包含一個元素名稱 (通用識別符碼) 。 [22 Documentation Elements 22.5 Element Specifications]
組件 tagdocs — Documentation Elements
屬性
scheme⚓︎ 提供該標準之識別符碼,此名稱定義於該標準中。
狀態 非必備的
資料類型 teidata.enumerated
實例值包含:
TEI
此元素為TEI標準的一部份。 [預設值]
DBK
(docbook) 此元素為 Docbook標準的一部份。
XX
(unknown) 此元素所屬的標準不明。
Schematron
this element is from Schematron.
HTML
this element is from the HTML scheme.
俱乐部会员
可包含在於
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
可包含
XSD Name
例子
<p>元素 <gi>xhtml:li</gi>大略類似元素<gi>item</gi>,以及元素 <gi scheme="DBK">listItem</gi></p>
Content model
<content>
 <dataRef key="teidata.name"/>
</content>
宣告
<rng:element name="gi">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme"
   a:defaultValue="TEI">

   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="teidata.name"/>
</rng:element>
element gi
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute scheme { teidata.enumerated }?,
   teidata.name
}