<glyph>
<glyph> (pictograma) proporciona información descriptiva sobre un pictograma. [5.2 Markup Constructs for Representation of Characters and Glyphs] | |
Módulo | gaiji — Characters, Glyphs, and Writing Modes |
Atributos | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) |
Contenido en | gaiji: charDecl |
Puede contener | |
Declaración |
element glyph { 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, ( glyphName?, model.descLike*, charProp*, mapping*, figure*, model.graphicLike*, model.noteLike* ) } |
Ejemplo | <glyph xml:id="rstroke"> <glyphName>LATIN SMALL LETTER R WITH A FUNNY STROKE</glyphName> <charProp> <localName>entity</localName> <value>rstroke</value> </charProp> <figure> <graphic url="glyph-rstroke.png"/> </figure> </glyph> |