<g>

<g> (carácter o pictograma) representa un carácter no estándard o un pictograma.
Módulogaiji — 5 Representation of Non-standard Characters and Glyphs
Atributos att.typed (@type, @subtype)
refindica la descripción del carácter o pictograma dado.
Estado Opcional
Tipo de datos
data.pointer
Valores a pointer to some another element.
Used by model.gLike
May containCharacter data only
Declaración
element g
{
   att.global.attributes,
   att.typed.attributes,
   attribute ref { data.pointer }?,
   text
}
Ejemplo
<g ref="#flig">fl</g>
This example points to a <glyph> element with the identifier flig like the following:
<glyph xml:id="flig">
<!--...-->
</glyph>
Nota
The name g is short for gaiji, which is the Japanese term for a non-standardized character or glyph.