<?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.count.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.count">
  <desc>defines the range of attribute values used for a non-negative
integer value used as a count.</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 utilisées
      pour une valeur non négative exprimée par un nombre entier utilisé pour des calculs</desc>
  <desc version="2007-05-04" xml:lang="es">define la gama de valores de atributos para números enteros no negativos usados como un cálculo.</desc>
  <desc version="2007-01-21" xml:lang="it">definisce la gamma di valori di attributi usati per un numero intero non negativo impiegato come computo</desc>
  <content>
    <rng:data type="nonNegativeInteger"/>
<!-- xsd:long | xsd:double | xsd:token { pattern = "[+-]?[0-9]+\.?[0-9]*%" }-->
  </content>
  <remarks>
    <p>Only positive integer values are permitted</p>
  </remarks>
  <remarks xml:lang="ja">
    <p>非負整数値のみが許される．</p>
  </remarks>
</macroSpec>
