<char>

<char> (character) provides descriptive information about a character. [5.2 Markup Constructs for Representation of Characters and Glyphs]
Module gaiji — Characters, Glyphs, and Writing Modes
Attributes
Contained by
gaiji: charDecl
May contain
Example
<char xml:id="circledU4EBA">
 <localProp name="Name"
  value="CIRCLED IDEOGRAPH 4EBA"/>

 <localProp name="daikanwavalue="36"/>
 <unicodeProp name="Decomposition_Mapping"
  value="circle"/>

 <mapping type="standard"></mapping>
</char>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <elementRef key="unicodeProp"/>
  <elementRef key="unihanProp"/>
  <elementRef key="localProp"/>
  <elementRef key="mapping"/>
  <elementRef key="figure"/>
  <classRef key="model.graphicLike"/>
  <classRef key="model.noteLike"/>
  <classRef key="model.descLike"/>
 </alternate>
</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:zeroOrMore>
  <rng:choice>
   <rng:ref name="unicodeProp"/>
   <rng:ref name="unihanProp"/>
   <rng:ref name="localProp"/>
   <rng:ref name="mapping"/>
   <rng:ref name="figure"/>
   <rng:ref name="model.graphicLike"/>
   <rng:ref name="model.noteLike"/>
   <rng:ref name="model.descLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</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,
   (
      unicodePropunihanProplocalPropmappingfiguremodel.graphicLikemodel.noteLikemodel.descLike
   )*
}