<g>

<g> (character or glyph) represents a non-standard character or glyph.
Modulgaiji — 5 Representation of Non-standard Characters and Glyphs
Attribute att.typed (@type, @subtype)
refpoints to a description of the character or glyph intended.
Zustand Optional
Datentyp
data.pointer
Werte a pointer to some another element.
Verwendet von model.gLike
Kann enthaltenCharacter data only
Deklaration
element g
{
   att.global.attributes,
   att.typed.attributes,
   attribute ref { data.pointer }?,
   text
}
Beispiel
<g ref="#flig">fl</g>
This example points to a <glyph> element with the identifier flig like the following:
<glyph xml:id="flig">
<!--...-->
</glyph>
Anmerkung
The name g is short for gaiji, which is the Japanese term for a non-standardized character or glyph.