<charDecl>
<charDecl> (character declarations) provides information about nonstandard characters and glyphs. | |
Modul | gaiji — 5 Representation of Non-standard Characters and Glyphs |
Attribute | |
Verwendet von | |
Kann enthalten | |
Deklaration |
element charDecl { att.global.attributes, ( desc?, ( char | glyph )+ ) } |
Beispiel | <charDecl> <char xml:id="aENL"> <charName>LATIN LETTER ENLARGED SMALL A</charName> <mapping type="standardized">a</mapping> </char> </charDecl> |