<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 |
|
Miembro de | |
Contenido en |
header: encodingDesc
|
Puede contener | |
Ejemplo |
<charDecl>
<char xml:id="aENL"> <unicodeProp name="Name" value="LATIN LETTER ENLARGED SMALL A"/> <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 )+ ) } |