<char>

<char> (character) provides descriptive information about a character. [5.2 Markup Constructs for Representation of Characters and Glyphs]
Modulegaiji — Characters, Glyphs, and Writing Modes
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
Contained by
gaiji: charDecl
May contain
Declaration

<rng:element name="char">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:group>
  <rng:optional>
   <rng:ref name="charName"/>
  </rng:optional>
  <rng:zeroOrMore>
   <rng:ref name="model.descLike"/>
  </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.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   (
      charName?,
      model.descLike*,
      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>