<g>

<g> (carácter o pictograma) representa un carácter no estándard o un pictograma. [5 Representation of Non-standard Characters and Glyphs]
Módulogaiji — 5 Representation of Non-standard Characters and Glyphs
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype)
refindica la descripción del carácter o pictograma dado.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores a pointer to some another element.
Usado por
Contenido en
analysis: c cl interp m pc phr s w
figures: cell
gaiji: mapping value
iso-fs: f string
linking: ab seg
spoken: u writing
tagdocs: memberOf
textcrit: lem rdg wit witDetail
verse: rhyme
Puede contenerSólo datos de caracteres
Declaración

<rng:element name="g">
 <rng:ref name="att.global.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.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="ref">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element g
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   attribute ref { data.pointer }?,
   text
}
Ejemplo
<g ref="#ctlig">ct</g>
This example points to a glyph element with the identifier ctlig like the following:
<glyph xml:id="ctlig">
<!-- here we describe the particular ct-ligature intended -->
</glyph>
Ejemplo
<g ref="#per-glyph">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">
<!-- ... -->
</glyph>