<c>

<c> (character) represents a character. 17.1 Linguistic Segment Categories
Moduleanalysis — 17 Simple Analytic Mechanisms
Attributes att.segLike (@function, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype)
Used by
May contain
gaiji: g
Declaration

<rng:element name="c">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.segLike.attributes"/>
<rng:ref name="att.metrical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="macro.xtext"/>
</rng:element>
element c
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   macro.xtext
}
Example
<c type="punctuation">?</c>
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.