<?xml version="1.0" encoding="utf-8"?>
<!--Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING for details
$Date: 2009-01-16 00:51:19 +0000 (Fri, 16 Jan 2009) $

$Id: vername.xml 5435 2009-01-16 00:51:19Z louBurnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="concurrent" ident="vername">
  <equiv/>
  <gloss>version name</gloss>
  <desc>serves as the root element for a concurrent markup stream which
will be used to mark page and line numbers of a reference edition of the
text.</desc>
  <desc version="2008-04-05" xml:lang="ja">
テキストの参照版にあるパージ番号や行番号を示すために使われるマークアッ
プデータの根要素となる．
</desc>
  <content>
    <rng:zeroOrMore xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:choice>
        <rng:text/>
        <rng:ref name="model.gLike"/>
        <rng:ref name="page"/>
        <rng:ref name="vol"/>
      </rng:choice>
    </rng:zeroOrMore>
  </content>
  <exemplum>
    <eg><![CDATA[<!DOCTYPE TEI SYSTEM "tei2.dtd" [
	   <!ENTITY % TEI.XML      'IGNORE' ><!-- SGML -->
 ]>
 <!DOCTYPE La    SYSTEM "teip2.dtd" [
        <!ENTITY % version "La">
 ]>
 <(TEI)TEI><(La)La>
 <(TEI)TEI.Header> ... </(TEI)TEI.Header>
 <(TEI)text>
 <(La)page n='[1]'>
   ...
 <(La)page n='4'>
   ...
 <(La)page n='5'>
   ...
 </(TEI)text>
 </(La)La>
 </(TEI)TEI>]]></eg>
  </exemplum>
  <remarks>
    <p rend="dataDesc">May contain character data, <gi>vol</gi>, and <gi>page</gi>
elements.</p>
    <p>The version name should be short (one or two characters), as
it must be prefixed to all page and line tags in the concurrent markup
stream.</p>
  </remarks>
  <remarks xml:lang="ja">
    <p rend="dataDesc">
    文字列，要素<gi>vol</gi>, <gi>page</gi>をとるかもしれない．
    </p>
    <p>
    当該要素で示される版名は，要素<gi>page</gi>や<gi>page</gi>の全てに
    必ず付与されることから，短いものであるべきである．
    </p>
  </remarks>
  <listRef>
    <ptr target="#CORS" type="div3"/>
  </listRef>
</elementSpec>
