<c>

<c> (character) represents a character. 17.1 Linguistic Segment Categories
Module analysis — 17 Simple Analytic Mechanisms
In addition to global 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
<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>
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.