<mapping>

<mapping> (character mapping) 属性typeで示される、親文字またはグリフと関連する、ひとつ 以上の文字を示す。 [5.2 Markup Constructs for Representation of Characters and Glyphs]
モジュール gaiji — Characters, Glyphs, and Writing Modes
属性
上位
gaiji: char glyph
下位
gaiji: g
character data
解説

属性typeの値として、同等物の場合にはexact を、大文字表記の場合にはuppercaseを、小文字表記の場合に はlowercaseを、簡易表記の場合には simplifiedなどをとる。当該要素に含まれる要素g は、他の要素charglyphを参照することや、当該要素 で対象となる文字をとることも可能である。

<mapping type="modern">r</mapping>
<mapping type="standard"></mapping>
Content model
<content>
 <macroRef key="macro.xtext"/>
</content>
宣言
<rng:element name="mapping">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="macro.xtext"/>
</rng:element>
element mapping
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   macro.xtext
}