<?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-16 00:51:19 +0000 (Fri, 16 Jan 2009) $
$Id: m.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="analysis" ident="m">
  <equiv/>
  <gloss>morpheme</gloss>
  <gloss version="2007-12-20" xml:lang="kr">형태소</gloss>
  <gloss version="2007-05-02" xml:lang="zh-tw">語素</gloss>
  <gloss version="2007-06-12" xml:lang="fr">morphème</gloss>
  <gloss version="2007-05-04" xml:lang="es">morfema</gloss>
  <gloss version="2007-01-21" xml:lang="it">morfema</gloss>
  <desc>represents a grammatical morpheme.</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">représente un morphème grammatical</desc>
  <desc version="2007-05-04" xml:lang="es">representa un morfema gramatical.</desc>
  <desc version="2007-01-21" xml:lang="it">rappresenta il morfema grammaticale</desc>
  <classes>
    <memberOf key="model.segLike"/>
    <memberOf key="att.segLike"/>
    <memberOf key="att.typed"/>
  </classes>
  <content>
    <rng:zeroOrMore xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:choice>
        <rng:text/>
        <rng:ref name="model.gLike"/>
        <rng:ref name="model.segLike"/>
        <rng:ref name="model.global"/>
      </rng:choice>
    </rng:zeroOrMore>
  </content>
  <attList>
    <attDef ident="baseForm" usage="opt">
      <equiv/>
      <desc>identifies the morpheme's base form.</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">identifie la forme de base du morphème</desc>
      <desc version="2007-05-04" xml:lang="es">identifica la forma base del morfema</desc>
      <desc version="2007-01-21" xml:lang="it">identifica la forma base del morfema</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.word"/>
      </datatype>
      <valDesc>a string of characters representing the spelling of the
      morpheme's base form.</valDesc>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <w type="adjective">
        <w type="noun">
          <m type="prefix" baseForm="con">com</m>
          <m type="root">fort</m>
        </w>
        <m type="suffix">able</m>
      </w>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <w type="形容詞">
        <w type="名詞">
          <m type="字首" baseForm="con">com</m>
          <m type="字根">fort</m>
        </w>
        <m type="字尾">able</m>
      </w>
    </egXML>
  </exemplum>
  <remarks>
    <p>The <att>type</att> attribute may be used to indicate the
type of morpheme, taking values such as  <val>clitic</val>,
<val>prefix</val>, <val>stem</val>, etc. as appropriate.</p>
  </remarks>
  <listRef>
    <ptr target="#AILC"/>
  </listRef>
</elementSpec>
