<charProp>
<charProp> (character property) provides a name and value for some property of the parent character or glyph. | |
Modul | gaiji — 5 Representation of Non-standard Characters and Glyphs |
Attribute | att.typed (@type, @subtype) |
Verwendet von | char glyph |
Kann enthalten | gaiji: localName unicodeName value |
Deklaration | element charProp { att.global.attributes, att.typed.attributes, ( ( unicodeName | localName ), value ) } |
Beispiel | <charProp> <unicodeName>character-decomposition-mapping</unicodeName> <value>circle</value> </charProp> <charProp> <localName>daikanwa</localName> <value>36</value> </charProp> |
Anmerkung | 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 |