<editionStmt>

<editionStmt> (版本陳述) 匯集文件某一版本的相關資訊。 [2.2.2 The Edition Statement 2.2 The File Description]
組件header — 2 The TEI Header
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
屬於
可包含在於
可包含
core: p respStmt
header: edition
linking: ab
宣告

<rng:element name="editionStmt">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:group>
   <rng:ref name="edition"/>
   <rng:zeroOrMore>
    <rng:ref name="respStmt"/>
   </rng:zeroOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element editionStmt
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.pLike+ | ( edition, respStmt* ) )
}
例子
<editionStmt>
 <edition n="S2">學生版</edition>
 <respStmt>
  <resp>改編自</resp>
  <name>伊莉莎白.科克</name>
 </respStmt>
</editionStmt>
例子
<editionStmt>
 <p>初版<date>1991年,上學期</date>
 </p>
</editionStmt>