<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>