<mapping>

<mapping> (character mapping) contains one or more characters which are related to the parent character or glyph in some respect, as specified by the type attribute. [5.2. Markup Constructs for Representation of Characters and Glyphs]
Module gaiji
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type)
Contained by
gaiji: char
May contain
gaiji: g
character data
Note
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 glyphelement or contain a character that is intended to be the target of this mapping.
Examples

<mapping type="modern">r</mapping>
<mapping type="standard"></mapping>
Source Github

<elementSpec module="gaiji" xml:id="MAPPING" ident="mapping">
   
<gloss>character mapping</gloss>
   
<desc>contains one or more
 characters which are related to the parent character or glyph
 in some respect, as specified by the 
<att>type</att>
 attribute.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
   
</classes>
   
<content>
      
<macroRef key="macro.xtext"/>
   
</content>
</elementSpec>