<g>

<g> (caractère ou glyphe) représente un caractère ou un glyphe non normalisé
Modulegaiji — 5 Representation of Non-standard Characters and Glyphs
Attributs att.typed (@type, @subtype)
refpointe vers la description du caractère ou du glyphe visé
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs a pointer to some another element.
Utilisé par
Peut contenirDes données textuelles uniquement
Declaration

<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
}
Exemple
<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>
Exemple
<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>
Note
Le nom g de cet élément est une abréviation pour gaiji, qui désigne en Japonais un caractère ou un glyphe non standard.