<charDecl>

<charDecl> (문자 선언) 비표준 문자와 그림문자에 대한 정보를 제공한다.
모듈gaiji — 5 Representation of Non-standard Characters and Glyphs
속성att.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))
에 의해 사용된
에 의해 포함된
header: encodingDesc
포함할 수 있다
core: desc
gaiji: char glyph
선언

<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 )+ )
}
<charDecl>
 <char xml:id="aENL">
  <charName>LATIN LETTER ENLARGED SMALL A</charName>
  <mapping type="standard">a</mapping>
 </char>
</charDecl>