<charDecl>

<charDecl> (文字描述) 提供文字或字體的描述性資訊。
組件gaiji — 5 Representation of Non-standard Characters and Glyphs
屬性
屬於
可包含
core: desc
gaiji: char glyph
宣告

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