<g>
<g> (carácter o pictograma) representa un carácter no estándard o un pictograma. | |||||||||
Módulo | gaiji — 5 Representation of Non-standard Characters and Glyphs | ||||||||
Atributos | att.typed (@type, @subtype)
| ||||||||
Usado por | |||||||||
Puede contener | Sólo datos de caracteres | ||||||||
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"> <!-- here we describe the particular f-ligature intended --> </glyph> | ||||||||
Ejemplo | <g ref="#per">per</g> The medieval brevigraph per could similarly be considered as an
individual glyph, defined in a glyph element with the identifier
per like the following:
<glyph xml:id="per"> <!-- ... --> </glyph> |