<charProp>
<charProp> (문자 특성) 상위 문자 또는 그림문자의 특성에 대한 이름과 값을 제시한다. | |
모듈 | gaiji — 5 Representation of Non-standard Characters and Glyphs |
속성 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype) |
에 의해 사용된 | |
에 의해 포함된 | |
포함할 수 있다 | gaiji: localName unicodeName value |
선언 |
element charProp { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.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> |