<c>

<c> (caractère) représente un caractère 17.1 Linguistic Segment Categories
Module analysis — 17 Simple Analytic Mechanisms
En complément des attributs globaux att.segLike (@function, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype)
Utilisé par
Peut contenir
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
}
Exemple
<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
Contient un seul caractère, un élément g ou une suite de graphèmes à traiter comme un seul caractère. L'attribut type est utilisé pour indiquer la fonction de cette segmentation, avec des valeurs telles que letter, punctuation, ou digit, etc.