<charProp>
<charProp> (character property) 当該字またはグリフの特性に関する名前や値を示す. [5.2 Markup Constructs for Representation of Characters and Glyphs] | |
Deprecated | This feature will be withdrawn after 2022-02-15 |
モジュール | gaiji — Characters, Glyphs, and Writing Modes |
属性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
上位 | |
下位 | gaiji: localName unicodeName value |
解説 | 当該要素の内容がユニコード基準特性の場合,要素unicodeName が使用される.それ以外では,要素<localname>で名前を示す必要 がある. 後日,Schematronに従った追加制約が定義されるかもしれない. |
例 | |
Content model | <content> |
宣言 | <rng:element name="charProp"> element charProp { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, ( ( unicodeName | localName ), value ) } |