<g>

<g> (caractère ou glyphe) représente un glyphe, ou un caractère non standard [5 Characters, Glyphs, and Writing Modes]
Module gaiji — Characters, Glyphs, and Writing Modes
Attributs
ref⚓︎ pointe vers la description du caractère ou du glyphe visé
Statut Optionel
Type de données teidata.pointer
Membre du
Contenu dans
analysis: c cl interp m pc phr s w
figures: cell
gaiji: mapping
iso-fs: string
linking: ab seg
spoken: u writing
tagdocs: eg memberOf
textcrit: lem rdg wit witDetail
verse: rhyme
Peut contenir Des données textuelles uniquement
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.

Exemple
<g ref="#fr_flig">fl</g>
Cet exemple pointe vers un élémentglyphà l'aide du code identifiantflig comme dans l'exemple suivant :
<glyph xml:id="flig"/>
Modèle de contenu
<content>
 <textNode/>
</content>
Schéma Declaration
<rng:element name="g">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="ref">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element g
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   attribute ref { teidata.pointer }?,
   text
}