<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date: 2012-04-18 20:14:25 +0100 (Wed, 18 Apr 2012) $
$Id: pos.xml 10249 2012-04-18 19:14:25Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="dictionaries" ident="pos">
  <equiv/>
  <gloss>part of speech</gloss>
  <gloss versionDate="2007-12-20" xml:lang="ko">품사</gloss>
  <gloss versionDate="2007-05-02" xml:lang="zh-TW">詞性</gloss>
  <gloss versionDate="2008-04-05" xml:lang="ja"/>
  <gloss versionDate="2007-06-12" xml:lang="fr">partie du discours</gloss>
  <gloss versionDate="2007-05-04" xml:lang="es">parte de un discurso</gloss>
  <gloss versionDate="2007-01-21" xml:lang="it">parte del discorso</gloss>
  <desc>indicates the part of speech assigned to a dictionary 
headword  such as noun, verb, or adjective.
    </desc>
  <desc versionDate="2007-12-20" xml:lang="ko">명사, 동사, 또는 형용사와 같이 사전 표제어에 할당된 품사를 표시한다.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">指明標題字的詞性 (名詞、動詞、形容詞等) </desc>
  <desc versionDate="2008-04-05" xml:lang="ja">
  辞書の見出し語の品詞を示す．例えば，名詞，動詞，形容詞など．
  </desc>
  <desc versionDate="2009-04-08" xml:lang="fr">indique la partie du discours attribuée à une
			entrée de dictionnaire telle que nom, verbe, adjectif.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">indica la parte del
  discurso asignado a un lema de diccionario (nombre, verbo, adjetivo,
  etc.)</desc>
  <desc versionDate="2007-01-21" xml:lang="it">indica la parte del discorso assegnata a un lemma (nome, verbo, aggettivo, ecc.)</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="model.entryPart"/>
    <memberOf key="model.gramPart"/>
    <memberOf key="att.lexicographic"/>
  </classes>
  <content>
    <ref xmlns="http://relaxng.org/ns/structure/1.0" name="macro.paraContent"/>
  </content>
  <exemplum xml:lang="mul">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <entry>
        <form>
          <orth>isotope</orth>
        </form>
        <gramGrp>
          <pos>adj</pos>
        </gramGrp>
      </entry>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <entry>
        <form>
          <orth>isotope</orth>
        </form>
        <gramGrp>
          <pos>adj.</pos>
        </gramGrp>
      </entry>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-TW">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <entry>
        <form>
          <orth>isotope</orth>
        </form>
        <gramGrp>
          <pos>形容詞</pos>
        </gramGrp>
      </entry>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#DITPGR"/>
  </listRef>
</elementSpec>
