<g>

<g> (carattere o glifo) rapperesenta un carattere o glifo non standard.
Modulogaiji — 5 Representation of Non-standard Characters and Glyphs
Attributi att.typed (@type, @subtype)
refpunta 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ò contenereAmmessi 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="#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>
Esempio
<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>