<charDecl>
<charDecl> (descripción del carácter) proporciona información descriptiva sobre los carácteres o pictogramas. [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)) (att.global.source (@source)) |
Miembro de | |
Contenido en | header: encodingDesc |
Puede contener | |
Ejemplo | <charDecl> <char xml:id="aENL"> <charName>LATIN LETTER ENLARGED SMALL A</charName> <mapping type="standard">a</mapping> </char> </charDecl> |
Content model | <content> |
Declaración | <rng:element name="charDecl"> element charDecl { 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, ( desc?, ( char | glyph )+ ) } |