<?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: vNot.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="iso-fs" ident="vNot">
  <gloss>value negation</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">négation de valeur</gloss>
  <gloss version="2007-05-04" xml:lang="es">negación de valor</gloss>
  <gloss version="2007-01-21" xml:lang="it">una negazione del valore</gloss>
  <desc>represents a feature value which is the negation of its content.</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 une valeur de trait qui est la négation de
      son contenu.</desc>
  <desc version="2007-05-04" xml:lang="es">representa un valor de rasgo que es la negación de su contenido.</desc>
  <desc version="2007-01-21" xml:lang="it">rappresenta un valore del tratto che è la negazione del suo contenuto.</desc>
  <classes>
    <memberOf key="model.featureVal.complex"/>
  </classes>
  <content>
    <rng:group xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:ref name="model.featureVal"/>
    </rng:group>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <vNot>
        <symbol value="masculine"/>
      </vNot>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <vNot>
        <symbol value="masculine"/>
      </vNot>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <f name="mode">
        <vNot>
          <vAlt>
            <symbol value="infinitive"/>
            <symbol value="participle"/>
          </vAlt>
        </vNot>
      </f>
    </egXML>
  </exemplum>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <f name="mode">
        <vNot>
          <vAlt>
            <symbol value="infinitive"/>
            <symbol value="participle"/>
          </vAlt>
        </vNot>
      </f>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#FVNOT" type="div3"/>
  </listRef>
</elementSpec>
