<charProp>
<charProp> (proprietà del carattere.) fornisce un nome e un valore per alcune proprietà di un carattere o glifo parente. | |
Modulo | gaiji — 5 Representation of Non-standard Characters and Glyphs |
Attributi | att.typed (@type, @subtype) |
Usato da | char glyph |
Può contenere | gaiji: localName unicodeName value |
Dichiarazione | 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> |
Nota | 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 |