<?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-05 13:46:12 +0000 (Mon, 05 Jan 2009) $
$Id: data.truthValue.xml 5136 2009-01-05 13:46:12Z rahtz $
-->
<macroSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="tei" type="dt" ident="data.truthValue">
  <desc>defines the range of attribute values used to express a truth
value.</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">définit la gamme des valeurs d'attributs employés
      pour exprimer une valeur considérée comme vraie</desc>
  <desc version="2007-05-04" xml:lang="es">define la gama de valores de atributos usados para expresar un valor cierto.</desc>
  <desc version="2007-01-21" xml:lang="it">definisce la gamma di valori di attributi usati per esprimere un valore di verità</desc>
  <content>
    <rng:choice>
      <rng:data type="boolean"/>
<!--      <rng:value>unknown</rng:value>
      <rng:value>unspecified</rng:value>-->
    </rng:choice>
  </content>
  <remarks>
    <p>This datatype applies only for cases where uncertainty is
    inappropriate; if the attribute concerned may have a value other
    than true or false, e.g. "unknown", or "inapplicable", it should
    have the extended version of this datatype: data.xTruthValue </p>
  </remarks>
  <remarks xml:lang="ja">
    <p>
    曖昧な値が許されない場合に使われるデータ型になる．属性値が真偽値で
    ない場合，例えば"unknown"や"inapplicable"の場合には，当該データ型
    の拡張版であるdata.xTruthValueを使うべきである．
    </p>
  </remarks>
</macroSpec>
