<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING.txt for details
$Date: 2009-01-10 15:03:31 +0000 (Sat, 10 Jan 2009) $
$Id: glyph.xml 5299 2009-01-10 15:03:31Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="gaiji" xml:id="GLYPH" ident="glyph">
  <equiv/>
  <gloss>character glyph</gloss>
  <gloss version="2007-12-20" xml:lang="kr">그림 문자</gloss>
  <gloss version="2007-05-02" xml:lang="zh-tw">文字的形體</gloss>
  <gloss version="2008-04-05" xml:lang="ja"/>
  <gloss version="2007-06-12" xml:lang="fr">glyphe d'un caractère</gloss>
  <gloss version="2007-05-04" xml:lang="es">pictograma</gloss>
  <gloss version="2007-01-21" xml:lang="it">glifo</gloss>
  <desc>provides descriptive information about a character glyph<!-- which is not
otherwise available in the document character set-->. </desc>
  <desc version="2007-12-20" xml:lang="kr">그림 문자에 관한 기술적 정보를 제공한다.</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">提供一種字體的描述性資訊。</desc>
  <desc version="2008-04-05" xml:lang="ja">
 グリフの解説を示す．
 </desc>
  <desc version="2007-06-12" xml:lang="fr">fournit des informations descriptives sur un
			glyphe</desc>
  <desc version="2007-05-04" xml:lang="es">proporciona información descriptiva sobre un pictograma.</desc>
  <desc version="2007-01-21" xml:lang="it">fornisce informazioni descrittive su di un glifo.</desc>
  <classes/>
  <content>
<!-- (name, gloss?, charProp* , desc?, mapping*, figure*, note?)-->
    <rng:group>
      <rng:optional>
        <rng:ref name="glyphName"/>
      </rng:optional>
      <rng:zeroOrMore>
        <rng:ref name="model.glossLike"/>
      </rng:zeroOrMore>
<!--      <rng:ref name="macro.glossSeq"/>-->
      <rng:zeroOrMore>
        <rng:ref name="charProp"/>
      </rng:zeroOrMore>
      <rng:zeroOrMore>
        <rng:ref name="mapping"/>
      </rng:zeroOrMore>
      <rng:zeroOrMore>
        <rng:ref name="model.graphicLike"/>
      </rng:zeroOrMore>
      <rng:zeroOrMore>
        <rng:ref name="model.noteLike"/>
      </rng:zeroOrMore>
    </rng:group>
  </content>
<!-- <attDef ident="ucs" usage="opt">
      <equiv/>
      <datatype><rng:ref name="datatype.ucs"/>
      </datatype>
      <valDesc>any valid Unicode codepoint.</valDesc>
      <desc>specifies the Unicode codepoint corresponding with this character.</desc>
    </attDef>
  </attList>-->
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <glyph xml:id="rstroke">
        <glyphName>LATIN SMALL LETTER R WITH A FUNNY STROKE</glyphName>
        <charProp>
          <localName>entity</localName>
          <value>rstroke</value>
        </charProp>
        <graphic url="glyph-rstroke.png"/>
      </glyph>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <glyph xml:id="zh-tw_rstroke">
        <glyphName>LATIN SMALL LETTER R WITH A FUNNY STROKE</glyphName>
        <charProp>
          <localName>entity</localName>
          <value>rstroke</value>
        </charProp>
        <graphic url="glyph-rstroke.png"/>
      </glyph>
    </egXML>
  </exemplum>
</elementSpec>
