<charProp>
<charProp> (proprietà del carattere.) fornisce un nome e un valore per alcune proprietà di un carattere o glifo parente. [5.2 Markup Constructs for Representation of Characters and Glyphs] | |
Deprecated | This feature will be withdrawn after 2022-02-15 |
Modulo | gaiji — Characters, Glyphs, and Writing Modes |
Attributi | 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) |
Contenuto in | |
Può contenere | gaiji: localName unicodeName value |
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. |
Esempio | <charProp> <unicodeName>Decomposition_Mapping</unicodeName> <value>circle</value> </charProp> <charProp> <localName>daikanwa</localName> <value>36</value> </charProp> |
Content model | <content> |
Dichiarazione | <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 ) } |