<g>

<g> (caractère ou glyphe) représente un caractère ou un glyphe non normalisé
Modulegaiji — 5 Representation of Non-standard Characters and Glyphs
Attributs att.typed (@type, @subtype)
refpointe vers la description du caractère ou du glyphe visé
Statut Optionel
Type de données
data.pointer
Valeurs a pointer to some another element.
Utilisé par model.gLike
Peut contenirDes données textuelles uniquement
Declaration
element g
{
   att.global.attributes,
   att.typed.attributes,
   attribute ref { data.pointer }?,
   text
}
Exemple
<g ref="#flig">fl</g>
This example points to a <glyph> element with the identifier flig like the following:
<glyph xml:id="flig">
<!--...-->
</glyph>
Note
The name g is short for gaiji, which is the Japanese term for a non-standardized character or glyph.