<charProp>

<charProp> (propriété d'un caractère) fournit un nom ou une valeur pour la propriété d'un caractère ou d'un glyphe défini dans l'élément parent.
Modulegaiji — 5 Representation of Non-standard Characters and Glyphs
Attributs att.typed (@type, @subtype)
Utilisé parchar glyph
Peut contenir
Declaration
element charProp
{
   att.global.attributes,
   att.typed.attributes,
   ( ( unicodeName | localName ), value )
}
Exemple
<charProp>
 <unicodeName>character-decomposition-mapping</unicodeName>
 <value>circle</value>
</charProp>
<charProp>
 <localName>daikanwa</localName>
 <value>36</value>
</charProp>
Note
If the property is a Unicode Normative Property, then its <unicodeName> must be supplied. Otherwise, its name must be specied by means of a <localName>.
At a later release, additional constraints will be defined on possible value/name combinations using Schematron rules