<charProp>

<charProp> (proprietà del carattere.) fornisce un nome e un valore per alcune proprietà di un carattere o glifo parente.
Modulogaiji — 5 Representation of Non-standard Characters and Glyphs
Attributi att.typed (@type, @subtype)
Usato da
Può contenere
Dichiarazione

<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 )
}
Esempio
<charProp>
 <unicodeName>character-decomposition-mapping</unicodeName>
 <value>circle</value>
</charProp>
<charProp>
 <localName>daikanwa</localName>
 <value>36</value>
</charProp>