<charProp>

<charProp> 当該字またはグリフの特性に関する名前や値を示す.
モジュールgaiji — 5 Representation of Non-standard Characters and Glyphs
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype)
当該モジュールを使用するもの
上位
gaiji: char glyph
下位
宣言

<rng:element name="charProp">
 <rng:ref name="att.global.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.typed.attributes"/>
 <rng:group>
  <rng:choice>
   <rng:ref name="unicodeName"/>
   <rng:ref name="localName"/>
  </rng:choice>
  <rng:ref name="value"/>
 </rng:group>
</rng:element>
element charProp
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   ( ( unicodeName | localName ), value )
}
<charProp>
 <unicodeName>character-decomposition-mapping</unicodeName>
 <value>circle</value>
</charProp>
<charProp>
 <localName>daikanwa</localName>
 <value>36</value>
</charProp>
解説
当該要素の内容がユニコード基準特性の場合,要素unicodeName が使用される.それ以外では,要素<localname>で名前を示す必要 がある.
後日,Schematronに従った追加制約が定義されるかもしれない.