<charProp>

<charProp> (文字性質) 提供父文字或字體的性質名稱與性質值。
組件gaiji — 5 Representation of Non-standard Characters and Glyphs
屬性 att.typed (@type, @subtype)
屬於
可包含
宣告

<rng:element name="charProp">
<rng:ref name="att.global.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.typed.attributes,
   ( ( unicodeName | localName ), value )
}
例子
<charProp>
 <unicodeName>character-decomposition-mapping</unicodeName>
 <value>circle</value>
</charProp>
<charProp>
 <localName>daikanwa</localName>
 <value>36</value>
</charProp>