<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)) (att.global.source (@source))
Contained by
gaiji: charDecl
May contain
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>
Content model
<content>
 <sequence>
  <elementRef key="charNameminOccurs="0"/>
  <classRef key="model.descLike"
   minOccurs="0maxOccurs="unbounded"/>

  <elementRef key="charPropminOccurs="0"
   maxOccurs="unbounded"/>

  <elementRef key="mappingminOccurs="0"
   maxOccurs="unbounded"/>

  <elementRef key="figureminOccurs="0"
   maxOccurs="unbounded"/>

  <classRef key="model.graphicLike"
   minOccurs="0maxOccurs="unbounded"/>

  <classRef key="model.noteLike"
   minOccurs="0maxOccurs="unbounded"/>

 </sequence>
</content>
Schema 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:ref name="att.global.source.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,
   att.global.source.attributes,
   (
      charName?,
      model.descLike*,
      charProp*,
      mapping*,
      figure*,
      model.graphicLike*,
      model.noteLike*
   )
}