<glyph>

<glyph> (character glyph) provides descriptive information about a character glyph. [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
<glyph xml:id="rstroke">
 <glyphName>LATIN SMALL LETTER R WITH A FUNNY STROKE</glyphName>
 <charProp>
  <localName>entity</localName>
  <value>rstroke</value>
 </charProp>
 <figure>
  <graphic url="glyph-rstroke.png"/>
 </figure>
</glyph>
Content model
<content>
 <sequence>
  <elementRef key="glyphNameminOccurs="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="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:group>
  <rng:optional>
   <rng:ref name="glyphName"/>
  </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 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,
   (
      glyphName?,
      model.descLike*,
      charProp*,
      mapping*,
      figure*,
      model.graphicLike*,
      model.noteLike*
   )
}