<g>

<g> (carattere o glifo) rapperesenta un carattere o glifo non standard.
Modulo gaiji — 5 Representation of Non-standard Characters and Glyphs
Oltre agli attributi globali att.typed (@type, @subtype)
ref punta a una descrizione del carattere o glifo.
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori a pointer to some another element.
Usato da
Può contenere Ammessi soltanto caratteri di testo
Dichiarazione

<rng:element name="g">
 <rng:ref name="att.global.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.typed.attributes,
   attribute ref { data.pointer }?,
   text
}
Esempio
<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>
Esempio
<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>