<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 |
|
| 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.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( desc?, ( char | glyph )+ ) } |