| <g> (character or glyph) represents a glyph, or a non-standard character. [5. Characters, Glyphs, and Writing Modes] |
| Module | gaiji — Specification |
| Attributes | | ref | points to a description of the character or glyph intended. |
|
| Member of | |
| Contained by | |
| May contain | Character data only |
| Note | The name g is short for gaiji, which is the Japanese term for a non-standardized character or glyph. |
| Example | <g ref="#ctlig">ct</g> This example points to a <glyph> element with the identifier ctlig like the following: <glyph xml:id="ctlig">
</glyph>
|
| Example | <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>
⚓ |
| Schema Declaration |
element g
{
att.global.attributes,
att.typed.attributes,
attribute ref { text }?,
text
}⚓
|