<g>

<g> (carattere o glifo) rapperesenta un carattere o glifo non standard. [5 Characters, Glyphs, and Writing Modes]
Modulo gaiji — Characters, Glyphs, and Writing Modes
Attributi
ref⚓︎ punta a una descrizione del carattere o glifo.
Stato Opzionale
Tipo di dati teidata.pointer
Membro del
Contenuto in
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
Può contenere Ammessi soltanto caratteri di testo
Nota

The name g is short for gaiji, which is the Japanese term for a non-standardized character or glyph.

Esempio
<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>
Esempio
<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>
Content model
<content>
 <textNode/>
</content>
Dichiarazione
<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
}