TEI Lex-0

— A baseline encoding for lexicographic data

12.1.15. <c>

<c> (character) represents a character. [18.1. Linguistic Segment Categories]
Moduleanalysis — Specification
Attributes
Member of
Contained by
May contain
gaiji: g
character data
Note

Contains a single character, a <g> element, or a sequence of graphemes to be treated as a single character. The type attribute is used to indicate the function of this segmentation, taking values such as letter, punctuation, or digit etc.

Example
<phr>
 <c>M</c>
 <c>O</c>
 <c>A</c>
 <c>I</c>
 <w>doth</w>
 <w>sway</w>
 <w>my</w>
 <w>life</w>
</phr>
Content model
<content>
 <macroRef key="macro.xtext"/>
</content>
    
Schema Declaration

element c
{
   att.global.attributes,
   att.cmc.attributes,
   att.notated.attributes,
   att.segLike.attributes,
   att.typed.attributes,
   macro.xtext
}