TEI Lex-0

— A baseline encoding for lexicographic data

12.1.53. <glyph>

<glyph> (character glyph) provides descriptive information about a character glyph. [5.2. Markup Constructs for Representation of Characters and Glyphs]
Modulegaiji — Specification
Attributes
Contained by
gaiji: charDecl
May contain
Example
<glyph xml:id="rstroke">
 <localProp name="Name"
  value="LATIN SMALL LETTER R WITH A FUNNY STROKE"/>
 <localProp name="entityvalue="rstroke"/>
 <figure>
  <graphic url="glyph-rstroke.png"/>
 </figure>
</glyph>
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

element glyph
{
   att.global.attributes,
   (
      unicodePropunihanProplocalPropmappingfiguremodel.graphicLikemodel.noteLikemodel.descLike
   )*
}