Text Encoding Initiative

<charProp>


charProp (character property) provides a name and value for some property of the parent character or glyph.
Class tei.typed
Declaration

element charProp
{
   tei.global.attributes,
   ( ( unicodeName | localName ), value )
}
Attributes
Global attributes and those inherited from tei.typed
Example
 <charProp>
  <unicodeName>character-decomposition-mapping</unicodeName>
  <value>circle</value>
 </charProp>
 <charProp>
  <localName>daikanwa</localName>
  <value>36</value>
 </charProp>
Note

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

Module [wsd-ng]

Classes | Macros | Elements