<g>

<g> (character or glyph) represents a glyph, or a non-standard character. [5. Characters, Glyphs, and Writing Modes]
Module gaiji
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type)
ref points to a description of the character or glyph intended.
Status Required
Datatype limdata.glyph
Member of
Contained by
May contain Character data only
Note
In most cases, the noteMarker element is more appropriate, except in cases where the marker is in another hand; in that case, use the g element.
Examples

<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>

<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-glyph
as follows:

<glyph xml:id="per-glyph"><!-- ... --></glyph>
Source Github

<elementSpec rend="change" module="gaiji" ident="g" xml:id="G">
   
<gloss>character or glyph</gloss>
   
<desc>represents a glyph, or a non-standard character.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="model.gLike"/>
   
</classes>
   
<content>
      
<textNode/>
   
</content>
   
<attList>
      
<attDef ident="ref" usage="req">
         
<desc>points to a description of the character or glyph intended.</desc>
         
<datatype>
            
<dataRef key="limdata.glyph"/>
         
</datatype>
      
</attDef>
   
</attList>
</elementSpec>