<charDecl>
<charDecl> (description de caractère) fournit des informations sur des caractères ou des glyphes sortant de l'ordinaire [5.2 Markup Constructs for Representation of Characters and Glyphs] | |
Module | gaiji — Characters, Glyphs, and Writing Modes |
Attributs | 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)) |
Membre du | |
Contenu dans |
header: encodingDesc
|
Peut contenir | |
Exemple |
<charDecl>
<char xml:id="aENL"> <unicodeProp name="Name" value="LATIN LETTER ENLARGED SMALL A"/> <mapping type="standard">a</mapping> </char> </charDecl> |
Modèle de contenu |
<content> |
Schéma Declaration |
<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 )+ ) } |