<charDecl>
<charDecl> (문자 선언) 비표준 문자와 그림문자에 대한 정보를 제공한다. | |
모듈 | gaiji — 5 Representation of Non-standard Characters and Glyphs |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
element charDecl { att.global.attributes, ( desc?, ( char | glyph )+ ) } |
예 |
<charDecl>
<char xml:id="aENL"> <charName>LATIN LETTER ENLARGED SMALL A</charName> <mapping type="standardized">a</mapping> </char> </charDecl> |