Simple alternation

Paul Schaffner <[email protected]>
Newsgroups gmane.text.tei.general
Message-ID <[email protected]>
Given this presentation in an edition:

http://www.umich.edu/~pfs/mec/queries/meuynweuyn.jpg

(which nicely and succinctly says, 'this word is either "meuyn"
or "weuyn" but I can't tell which), what is the simplest TEI
way to capture this meaning? (not the appearance, just the meaning.)

Does this suffice?

<choice>
   <unclear>meuyn</unclear>
   <unclear>weuyn</unclear>
</choice>

Or is something like this required?

<choice>
  <unclear exclude="#weuyn" xml:id="meuyn">meuyn</unclear>
  <unclear exclude="#meuyn" xml:id="weuyn">weuyn</unclear>
</choice>

Or is there another, better, way altogether?

pfs

-- 
Paul Schaffner  Digital Library Production Service
[email protected] | http://www.umich.edu/~pfs/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.