<?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-22 23:04:45 +0000 (Thu, 22 Jan 2009) $
$Id: table.xml 5469 2009-01-22 23:04:45Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="figures" ident="table">
  <equiv/>
  <gloss version="2007-06-12" xml:lang="fr">tableau</gloss>
  <desc>contains text displayed in tabular form, in rows and columns.</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">contient du texte affiché sous forme de tableau, en
    rangées et colonnes.</desc>
  <desc version="2007-05-04" xml:lang="es">contiene texto dispuedto en forma de tabla, con filas y
    columnas.</desc>
  <desc version="2007-01-21" xml:lang="it">contiene testo visualizzato in forma di tabella, in righe
    e colonne.</desc>
  <classes>
    <memberOf key="model.inter"/>
<!--    <memberOf key="model.common"/>-->
  </classes>
  <content>
    <rng:group xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:zeroOrMore>
        <rng:choice>
          <rng:ref name="model.headLike"/>
          <rng:ref name="model.global"/>
        </rng:choice>
      </rng:zeroOrMore>
      <rng:oneOrMore>
        <rng:ref name="row"/>
        <rng:zeroOrMore>
          <rng:ref name="model.global"/>
        </rng:zeroOrMore>
      </rng:oneOrMore>
    </rng:group>
  </content>
  <attList>
    <attDef ident="rows" usage="opt">
      <equiv/>
      <desc>indicates the number of rows in the table.</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">indique le nombre de rangées dans le tableau.</desc>
      <desc version="2007-05-04" xml:lang="es">indica el número de filas en una tabla.</desc>
      <desc version="2007-01-21" xml:lang="it">indica il numero di righe della tabella.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.count"/>
      </datatype>
      <valDesc>If no number is supplied, an application must calculate the number of rows.</valDesc>
      <remarks>
        <p>Rows should be presented from top to bottom.</p>
      </remarks>
      <remarks xml:lang="fr">
        <p>Les rangées sont ordonnées de haut en bas</p>
      </remarks>
      <remarks xml:lang="ja">
        <p> 行は，上から下の順番で示される． </p>
      </remarks>
    </attDef>
    <attDef ident="cols" usage="opt">
      <gloss>columns</gloss>
      <gloss version="2007-12-20" xml:lang="kr">열</gloss>
      <gloss version="2008-04-06" xml:lang="es">columnas</gloss>
      <gloss version="2008-03-30" xml:lang="fr">colonnes</gloss>
      <gloss version="2007-11-06" xml:lang="it">colonne</gloss>
      <desc>indicates the number of columns in each row of the table.</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">indique le nombre de colonnes dans chaque rangée du
        tableau.</desc>
      <desc version="2007-05-04" xml:lang="es">indica el número de columnas por cada fila de la
        tabla.</desc>
      <desc version="2007-01-21" xml:lang="it">indica il numero di colonne in ciascuna riga della
        tabella-</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.count"/>
      </datatype>
      <valDesc>If no number is supplied, an application must calculate the number of columns.</valDesc>
      <remarks>
        <p>Within each row, columns should be presented left to right.</p>
      </remarks>
      <remarks xml:lang="fr">
        <p>Dans chaque rangée, les colonnes sont ordonnées de gauche à droite.</p>
      </remarks>
      <remarks xml:lang="ja">
        <p> 行中において，列は左から右への順番で示される． </p>
      </remarks>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <table rows="4" cols="4">
        <head>Poor Men's Lodgings in Norfolk (Mayhew, 1843)</head>
        <row role="label">
          <cell role="data"/>
          <cell role="data">Dossing Cribs or Lodging Houses</cell>
          <cell role="data">Beds</cell>
          <cell role="data">Needys or Nightly Lodgers</cell>
        </row>
        <row role="data">
          <cell role="label">Bury St Edmund's</cell>
          <cell role="data">5</cell>
          <cell role="data">8</cell>
          <cell role="data">128</cell>
        </row>
        <row role="data">
          <cell role="label">Thetford</cell>
          <cell role="data">3</cell>
          <cell role="data">6</cell>
          <cell role="data">36</cell>
        </row>
        <row role="data">
          <cell role="label">Attleboro'</cell>
          <cell role="data">3</cell>
          <cell role="data">5</cell>
          <cell role="data">20</cell>
        </row>
        <row role="data">
          <cell role="label">Wymondham</cell>
          <cell role="data">1</cell>
          <cell role="data">11</cell>
          <cell role="data">22</cell>
        </row>
      </table>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <table rows="4" cols="4">
        <head>台北飯店提供住房數目(2008年雙十國慶 )</head>
        <row role="label">
          <cell role="data"/>
          <cell role="data">經濟客房</cell>
          <cell role="data">標準客房</cell>
          <cell role="data">高級客房</cell>
        </row>
        <row role="data">
          <cell role="label">圓山大飯店</cell>
          <cell role="data">203</cell>
          <cell role="data">168</cell>
          <cell role="data">66</cell>
        </row>
        <row role="data">
          <cell role="label">凱撒大飯店</cell>
          <cell role="data">216</cell>
          <cell role="data">140</cell>
          <cell role="data">32</cell>
        </row>
        <row role="data">
          <cell role="label">喜來登大飯店</cell>
          <cell role="data">197</cell>
          <cell role="data">160</cell>
          <cell role="data">50</cell>
        </row>
        <row role="data">
          <cell role="label">君悅大飯店</cell>
          <cell role="data">177</cell>
          <cell role="data">130</cell>
          <cell role="data">22</cell>
        </row>
      </table>
    </egXML>
  </exemplum>
  <remarks>
    <p rend="dataDesc">Contains an optional heading and a series of rows.</p>
    <p>Any rendition information should be supplied using the global <att>rend</att> attribute, at
      the table, row, or cell level as appropriate.</p>
  </remarks>
  <remarks xml:lang="fr">
    <p rend="dataDesc">Contient un titre facultatif et une suite de rangées.</p>
    <p>Toute information relative à la restitution sera exprimée avec l'attribut global
      <att>rend</att> appliqué au tableau, à la rangée, ou à la cellule selon le cas.</p>
  </remarks>
  <listRef>
    <ptr target="#FTTAB1" type="div1"/>
  </listRef>
</elementSpec>
