<?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: taxonomy.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="header" ident="taxonomy">
  <desc>defines a typology used to classify texts either implicitly, by
means of a bibliographic citation, or explicitly by a structured
taxonomy.</desc>
  <desc version="2009-01-05" xml:lang="fr">L'élément Taxinomie <gi>taxonomy</gi> définit une typologie employée pour classer des textes soit implicitement au moyen d’une citation bibliographique, soit explicitement au moyen d’une taxinomie structurée.</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="2006-10-18" xml:lang="de">Typologie, die Texte
  entweder implizit durch einen bibliografischen Verweis oder explizit
  durch eine strukturierte Taxonomie klassifiziert.</desc>
  <desc version="2007-05-04" xml:lang="es">define una tipología usada para clasificar textos, o implícitamente, mediante una cita bibliográfica, o explícitamente, mediante una taxonomía estructurada.</desc>
  <desc version="2007-01-21" xml:lang="it">definisce una tipologia usata per classificare i testi o in modo implicito, usando una citazione bibliograficha, o in modo esplicito attraverso una tassonomia strutturata.</desc>
  <content>
    <rng:choice xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:zeroOrMore>
        <rng:ref name="model.glossLike"/>
      </rng:zeroOrMore>
      <rng:oneOrMore>
        <rng:ref name="category"/>
      </rng:oneOrMore>
      <rng:group>
        <rng:group>
<!-- this group a hack for odd2dtd processing -->
          <rng:ref name="model.biblLike"/>
        </rng:group>
        <rng:zeroOrMore>
          <rng:ref name="category"/>
        </rng:zeroOrMore>
      </rng:group>
    </rng:choice>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <taxonomy xml:id="tax.b">
        <bibl>Brown Corpus</bibl>
        <category xml:id="tax.b.a">
          <catDesc>Press Reportage</catDesc>
          <category xml:id="tax.b.a1">
            <catDesc>Daily</catDesc>
          </category>
          <category xml:id="tax.b.a2">
            <catDesc>Sunday</catDesc>
          </category>
          <category xml:id="tax.b.a3">
            <catDesc>National</catDesc>
          </category>
          <category xml:id="tax.b.a4">
            <catDesc>Provincial</catDesc>
          </category>
          <category xml:id="tax.b.a5">
            <catDesc>Political</catDesc>
          </category>
          <category xml:id="tax.b.a6">
            <catDesc>Sports</catDesc>
          </category>
        </category>
        <category xml:id="tax.b.d">
          <catDesc>Religion</catDesc>
          <category xml:id="tax.b.d1">
            <catDesc>Books</catDesc>
          </category>
          <category xml:id="tax.b.d2">
            <catDesc>Periodicals and tracts</catDesc>
          </category>
        </category>
      </taxonomy>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <taxonomy xml:id="zh-tw_tax.b">
        <bibl>布朗集</bibl>
        <category xml:id="zh-tw_tax.b.a">
          <catDesc>媒體採訪報導</catDesc>
          <category xml:id="zh-tw_tax.b.a1">
            <catDesc>日報</catDesc>
          </category>
          <category xml:id="zh-tw_tax.b.a2">
            <catDesc>週日</catDesc>
          </category>
          <category xml:id="zh-tw_tax.b.a3">
            <catDesc>全國性</catDesc>
          </category>
          <category xml:id="zh-tw_tax.b.a4">
            <catDesc>地方性</catDesc>
          </category>
          <category xml:id="zh-tw_tax.b.a5">
            <catDesc>政治</catDesc>
          </category>
          <category xml:id="zh-tw_tax.b.a6">
            <catDesc>體育</catDesc>
          </category>
        </category>
        <category xml:id="zh-tw_tax.b.d">
          <catDesc>宗教</catDesc>
          <category xml:id="zh-tw_tax.b.d1">
            <catDesc>藝文</catDesc>
          </category>
          <category xml:id="zh-tw_tax.b.d2">
            <catDesc>期刊與短文</catDesc>
          </category>
        </category>
      </taxonomy>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#HD55"/>
  </listRef>
</elementSpec>
