<g>
<g> (character or glyph) represents a glyph, or a non-standard character. [5. Characters, Glyphs, and Writing Modes] | |||||||
Module | gaiji | ||||||
Attributes |
| ||||||
Member of | |||||||
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure measureGrp mentioned name note num orig p pubPlace publisher q quote rb ref reg rs rt said series sic soCalled speaker stage street term textLang time title unclear unit figures: cell gaiji: mapping msdescription: accMat acquisition additions catchwords collation colophon condition custEvent decoNote depth dim explicit filiation finalRubric foliation height heraldry incipit layout locus material msName musicNotation objectType origDate origPlace origin provenance rubric secFol signatures source stamp summary support surrogates typeNote watermark width namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName objectName offset orgName persName persPronouns placeName region roleName settlement surname textstructure: dateline docAuthor docDate docEdition docImprint | ||||||
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"> <!-- here we describe the particular ct-ligature intended --> </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> | ||||||
Schema Declaration | element g { tei_att.global.attributes, tei_att.typed.attributes, attribute ref { teidata.pointer }?, text } |