<charProp>
<charProp> (文字特性) 当該文字やグリフの特性を示す. | |
モジュール | gaiji — 5 Representation of Non-standard Characters and Glyphs |
属性 | att.typed (@type, @subtype) |
当該モジュールを使用するもの | char glyph |
下位 | gaiji: localName unicodeName value |
宣言 | 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> |
解説 | 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 |