<?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: cl.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="analysis" ident="cl">
  <equiv/>
  <gloss>clause</gloss>
  <gloss version="2007-12-20" xml:lang="kr">절</gloss>
  <gloss version="2007-05-02" xml:lang="zh-tw">子句</gloss>
  <gloss version="2007-05-04" xml:lang="es">cláusula</gloss>
  <gloss version="2007-01-21" xml:lang="it">frase</gloss>
  <desc>represents a grammatical clause.</desc>
  <desc version="2007-12-20" xml:lang="kr">문법적인 절을 표시한다.</desc>
  <desc version="2008-10-02" xml:lang="fr"> clause</desc>
  <desc version="2007-05-02" xml:lang="zh-tw">表示一個文法上的子句。</desc>
  <desc version="2008-04-05" xml:lang="ja">
  言語学上の節を示す．
  </desc>
  <desc version="2007-05-04" xml:lang="es">representa una cláusula gramatical.</desc>
  <desc version="2007-01-21" xml:lang="it">rappresnta la frase grammaticale</desc>
  <classes>
    <memberOf key="model.segLike"/>
    <memberOf key="att.segLike"/>
    <memberOf key="att.typed"/>
  </classes>
  <content>
    <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="macro.phraseSeq"/>
  </content>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <cl type="relative" function="clause_modifier">Which frightened
 both the heroes so,<cl>They quite forgot their quarrel.</cl></cl>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <cl type="相關" function="修飾子句">最終他還是原諒了他，<cl>那個曾經陷他於不義的人。</cl></cl>
    </egXML>
  </exemplum>
  <remarks>
    <p>The <att>type</att> attribute may be used to indicate the
type of clause, taking values such as  <val>finite</val>, <val>nonfinite</val>,
<val>declarative</val>, <val>interrogative</val>, <val>relative</val>
etc. as appropriate.</p>
  </remarks>
  <listRef>
    <ptr target="#AILC"/>
  </listRef>
</elementSpec>
