<char>

<char> (character) provides descriptive information about a character. [5.2. Markup Constructs for Representation of Characters and Glyphs]
Module gaiji
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
Contained by
gaiji: charDecl
May contain
figures: figure
Examples

<char xml:id="circledU4EBA">
   
<localProp name="Name" value="CIRCLED IDEOGRAPH 4EBA"/>
   
<localProp name="daikanwa" value="36"/>
   
<unicodeProp name="Decomposition_Mapping" value="circle"/>
   
<mapping type="standard"></mapping>
</char>
Source Github

<elementSpec ident="char" module="gaiji" xml:id="CHAR">
   
<gloss>character</gloss>
   
<desc>provides descriptive information about a character.</desc>
   
<classes>
      
<memberOf key="att.global"/>
   
</classes>
   
<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>
</elementSpec>