<?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: span.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" module="analysis" ident="span">
  <desc>associates an interpretative annotation directly with a span
  of text.</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">associe directement une annotation interprétative
      avec un passage de texte.</desc>
  <desc version="2007-05-04" xml:lang="es">asocia una anotación interpretativa directamente con un periodo de texto.</desc>
  <desc version="2007-01-21" xml:lang="it">associa direttamente l'annotazione interpretativa ad una prozione di testo</desc>
  <classes>
    <memberOf key="att.interpLike"/>
    <memberOf key="model.global.meta"/>
  </classes>
  <content>
    <rng:ref name="macro.phraseSeq.limited"/>
  </content>
  <attList>
<!-- 
    <attDef ident="value" usage="req">
      <equiv/>
      <desc>identifies the specific phenomenon being annotated.</desc>
      <datatype><rng:text xmlns:rng="http://relaxng.org/ns/structure/1.0"/></datatype>
      <valDesc>Any string of characters.</valDesc>
      <remarks>
	<p>The specific phenomenon being annotated may be represented either using
	this attribute or in the content of the <gi>span</gi> element. Alternatively, the
	content of <gi>span</gi> may be used to provide a more detailed, human-readable
	explanation of the phenomenon.</p>
	<p>It is a syntactic error, which the TEI schema files do not
	enforce, to specify neither a <att>value</att> attribute nor
	content of the <gi>span</gi> element.</p>
      </remarks>
    </attDef>
-->
    <attDef ident="from" usage="req">
      <equiv/>
      <desc>specifies the beginning of the passage being annotated; if
      not accompanied by a <att>to</att> attribute, then specifies the
      entire passage.</desc>
      <desc version="2007-12-20" xml:lang="kr">현재 부호를 붙이는 단락의 처음을 명시함; <att>to</att>  속성과 같이 쓰이지 않으면 전체 문단을 명시함.</desc>
      <desc version="2007-05-02" xml:lang="zh-tw">指出被註解段落的起點；若沒有使用屬性<att>to</att>，則指出全部段落。</desc>
      <desc version="2008-04-05" xml:lang="ja">
      当該注釈対象の始点を示す．属性<att>to</att>がない場合は，対象全
      体を示す．
      </desc>
      <desc version="2007-06-12" xml:lang="fr">spécifie le début du passage sur lequel porte
          l'annotation ; s'il n'est pas accompagné d'un attribut <att>to</att>, désigne alors
          l'intégralité du passage.</desc>
      <desc version="2007-05-04" xml:lang="es">especifica el principio del pasaje que se anota; si no aparece con el atributo <att>to</att>, especifica el pasaje entero.</desc>
      <desc version="2007-01-21" xml:lang="it">indica l'inizio di un brano annotato; se non è accompagnato dall'attributo <att>to</att> indica l'inero brano</desc>
      <datatype>
        <rng:ref name="data.pointer"/>
      </datatype>
      <valDesc>The identifier of the element which occurs at the
      beginning of the passage.</valDesc>
    </attDef>
    <attDef ident="to" usage="opt">
      <equiv/>
      <desc>specifies the end of the passage being annotated.</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">spécifie la fin du passage annoté.</desc>
      <desc version="2007-05-04" xml:lang="es">especifica el final del pasaje que se anota.</desc>
      <desc version="2007-01-21" xml:lang="it">indica la fine del brano annotato</desc>
      <datatype>
        <rng:ref name="data.pointer"/>
      </datatype>
      <valDesc>The identifier of the element which occurs at the end
      of the passage.</valDesc>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <p xml:id="para2">(The "aftermath" starts here)</p>
      <p xml:id="para3">(The "aftermath" continues here)</p>
      <p xml:id="para4">(The "aftermath" ends in this paragraph)</p>
<!-- ... -->
      <span type="structure" from="#para2" to="#para4">aftermath</span>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-tw">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <p xml:id="zh-tw_第二小節">("結局"從這裡開始)</p>
      <p xml:id="zh-tw_第三小節">("結局"持續)</p>
      <p xml:id="zh-tw_第四小節">("結局"結束於此)</p>
<!-- ... -->
      <span type="架構" from="第二小節" to="第四小節">結局</span>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#AISP"/>
  </listRef>
</elementSpec>
