<glyph>

<glyph> (character glyph) provides descriptive information about a character glyph. [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
<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
<rng:element name="glyph">
 <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 glyph
{
   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
   )*
}