<charDecl>
<charDecl> (character declarations) provides information about nonstandard characters and glyphs. [5.2 Markup Constructs for Representation of Characters and Glyphs] | |
Modul | gaiji — Characters, Glyphs, and Writing Modes |
Attribute | 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)) |
Mitglied des | |
Enthalten in |
header: encodingDesc
|
Kann enthalten | |
Beispiel |
<charDecl>
<char xml:id="aENL"> <unicodeProp name="Name" value="LATIN LETTER ENLARGED SMALL A"/> <mapping type="standard">a</mapping> </char> </charDecl> |
Content model |
<content> |
Schema Deklaration |
<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 )+ ) } |