<mapping>
<mapping> (representación del carácter) contiene uno o más caracteres que se relacionan en algún sentido con el carácter o pictograma del padre, como se especifica por el atributo de type. | |
Módulo | gaiji — 5 Representation of Non-standard Characters and Glyphs |
Atributos | att.typed (@type, @subtype) |
Used by | char glyph |
May contain | gaiji: g |
Declaración | element mapping { att.global.attributes, att.typed.attributes, macro.xtext } |
Ejemplo | <mapping type="modern">r</mapping> <mapping type="standard">人</mapping> |
Nota | Suggested values for the type attribute include
exact for exact equivalences, uppercase
for uppercase equivalences, lowercase for lowercase equivalences,
and simplified for simplified characters. The
<g> elements contained by this element can point to either another
<char> or <glyph>element or contain a character
that is intended to be the target of this mapping. |