<choice>

<choice> (choice) テキスト中の同じ場所で、異なる符号化記述をまとめる。 [3.5 Simple Editorial Changes]
モジュール core — Elements Available in All TEI Documents
属性
クラブのメンバー
上位
analysis: cl pc phr s span w
cmc: post
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
下位
linking: seg
transcr: am ex supplied
解説

choice要素の子要素は全て、同じ部分の異なる選択肢を示しているので、それらは択一的であるとするのが自然である。 けれども、テキストを完全に表現するには複数の選択肢を並列的に扱う必要がある場合もあるだろう。

choice要素は、自らを入れ子にできることにも注意して欲しい。

符号化時にありうる選択肢ではなく、1つの作品にある複数の本文を記録する目的では、 13.1 The Apparatus Entry, Readings, and Witnessesで扱われているapp要素などが望ましい。

An American encoding of Gulliver's Travels which retains the British spelling but also provides a version regularized to American spelling might be encoded as follows.

<p>Lastly, That, upon his solemn oath to observe all the above
articles, the said man-mountain shall have a daily allowance of
meat and drink sufficient for the support of <choice>
  <sic>1724</sic>
  <corr>1728</corr>
 </choice> of our subjects,
with free access to our royal person, and other marks of our
<choice>
  <orig>favour</orig>
  <reg>favor</reg>
 </choice>.</p>
Content model
<content>
 <alternate minOccurs="2"
  maxOccurs="unbounded">

  <classRef key="model.choicePart"/>
  <elementRef key="choice"/>
 </alternate>
</content>
宣言
<rng:element name="choice">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.cmc.attributes"/>
 <rng:choice>
  <rng:ref name="model.choicePart"/>
  <rng:ref name="choice"/>
 </rng:choice>
 <rng:choice>
  <rng:ref name="model.choicePart"/>
  <rng:ref name="choice"/>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.choicePart"/>
   <rng:ref name="choice"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element choice
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.cmc.attributes,
   ( model.choicePart | choice ),
   ( model.choicePart | choice ),
   ( model.choicePart | choice )*
}