<charDecl>

<charDecl> (character declarations) provides information about nonstandard characters and glyphs.
Module gaiji — 5 Representation of Non-standard Characters and Glyphs
Used by
May contain
core: desc
gaiji: char glyph
Declaration

<rng:element name="charDecl">
 <rng:ref name="att.global.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, ( desc?, ( char | glyph )+ ) }
Example
<charDecl>
 <char xml:id="aENL">
  <charName>LATIN LETTER ENLARGED SMALL A</charName>
  <mapping type="standardized">a</mapping>
 </char>
</charDecl>