<charDecl>

<charDecl> (descripción del carácter) proporciona información descriptiva sobre los carácteres o pictogramas.
Módulogaiji — 5 Representation of Non-standard Characters and Glyphs
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
Usado por
Contenido en
header: encodingDesc
Puede contener
core: desc
gaiji: char glyph
Declaración

<rng:element name="charDecl">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:group>
  <rng:optional>
   <rng:ref name="desc"/>
  </rng:optional>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="char"/>
    <rng:ref name="glyph"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:group>
</rng:element>
element charDecl
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( desc?, ( char | glyph )+ )
}
Ejemplo
<charDecl>
 <char xml:id="aENL">
  <charName>LATIN LETTER ENLARGED SMALL A</charName>
  <mapping type="standard">a</mapping>
 </char>
</charDecl>