<g>

<g> (文字或字體) 非標準的文字或字體。 [5 Characters, Glyphs, and Writing Modes]
組件 gaiji — Characters, Glyphs, and Writing Modes
屬性
ref⚓︎ 連結到該文字或字體的描述。
狀態 非必備的
資料類型 teidata.pointer
俱乐部会员
可包含在於
analysis: c cl interp m pc phr s w
figures: cell
gaiji: mapping
iso-fs: string
linking: ab seg
spoken: u writing
tagdocs: eg memberOf
textcrit: lem rdg wit witDetail
verse: rhyme
可包含 僅文字符號資料

The name g is short for gaiji, which is the Japanese term for a non-standardized character or glyph.

例子
<g ref="#zh-tw_flig">fl</g>
例子
<glyph xml:id="zh-tw_flig">
<!--...-->
</glyph>
Content model
<content>
 <textNode/>
</content>
宣告
<rng:element name="g">
 <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:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="ref">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element g
{
   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,
   att.typed.attributes,
   attribute ref { teidata.pointer }?,
   text
}