<charDecl>
<charDecl> (character declarations) 規格にない文字やグリフに関する情報を示す. [5.2 Markup Constructs for Representation of Characters and Glyphs] | |
モジュール | gaiji — Characters, Glyphs, and Writing Modes |
属性 | 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)) |
クラブのメンバー | |
上位 | header: encodingDesc |
下位 | |
宣言 |
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, ( desc?, ( char | glyph )+ ) } |
例 | <charDecl> <char xml:id="aENL"> <charName>LATIN LETTER ENLARGED SMALL A</charName> <mapping type="standard">a</mapping> </char> </charDecl> |