<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)
|
||||||
Member of | |||||||
Contained by |
analysis: w
core: abbr add author bibl corr date del editor emph expan foreign gloss head hi item l label mentioned name note num orig p pubPlace publisher q quote ref reg rs sic term time title unclear
figures: cell
gaiji: mapping
namesdates: addName affiliation birth death faith floruit forename genName nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
||||||
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> ctliglike the following: <glyph xml:id="ctlig"><!-- here we describe the particular ct-ligature intended --></glyph> <g ref="#per-glyph">per</g> per-glyphas 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> |