<charDecl>
<charDecl> (character declarations) provides information about nonstandard characters and glyphs. [5.2. Markup Constructs for Representation of Characters and Glyphs] | |
Module | gaiji |
Attributes |
|
Member of | |
Contained by | header: encodingDesc |
May contain | |
Example | <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 Declaration | element charDecl { tei_att.global.attributes, ( tei_desc?, ( char | tei_glyph )+ ) } |