<char>

<char> (character) provides descriptive information about a character.
Modulegaiji — 5 Representation of Non-standard Characters and Glyphs
Attributesatt.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))
Used by
Contained by
gaiji: charDecl
May contain
Declaration

<rng:element name="char">
 <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="charName"/>
  </rng:optional>
  <rng:zeroOrMore>
   <rng:ref name="model.glossLike"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="charProp"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="mapping"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="figure"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.graphicLike"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.noteLike"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element char
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   (
      charName?,
      model.glossLike*,
      charProp*,
      mapping*,
      figure*,
      model.graphicLike*,
      model.noteLike*
   )
}
Example
<char xml:id="circledU4EBA">
 <charName>CIRCLED IDEOGRAPH 4EBA</charName>
 <charProp>
  <unicodeName>character-decomposition-mapping</unicodeName>
  <value>circle</value>
 </charProp>
 <charProp>
  <localName>daikanwa</localName>
  <value>36</value>
 </charProp>
 <mapping type="standard"></mapping>
</char>