<g>

<g> (character or glyph) represents a glyph, or a non-standard character. [5. Characters, Glyphs, and Writing Modes]
Module gaiji
Attributes
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
att.typed
type
ref points to a description of the character or glyph intended.
Status Recommended
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>
Schematron
Ref is usually required

<sch:pattern>
   
<sch:rule context="tei:g[not(@ref)]">
      
<sch:assert test="parent::tei:measureGrp">ERROR: Glyphs must have @ref unless it is within a measureGrp.</sch:assert>
   
</sch:rule>
</sch:pattern>
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="rec">
         
<desc>points to a description of the character or glyph intended.</desc>
         
<datatype>
            
<dataRef key="limdata.glyph"/>
         
</datatype>
      
</attDef>
   
</attList>
</elementSpec>